Html Css Color HEX #74351F New Amber

📋 copy color: '#74351F'

red 116 ◦ green 53 ◦ blue 31

#74351F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Amber #74351F

Tints of New Amber #74351F

RGB

 RED value IS 116 (45.7% from 255) = 58%

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 58%
G = 26.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74351F (or 0x74351F) is known color: New Amber. HEX triplet: 74, 35 and 1F. RGB value is (116,53,31). Sum of RGB (Red+Green+Blue) = 116+53+31=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74351F is #8BCAE0. Grayscale: #454545. Windows color (decimal): -9161441 or 2045300. OLE color: 2045300.

HSL color Cylindrical-coordinate representation of color #74351F: hue angle of 15.53º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74351F is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 53 31 -
CMYK 0 0.54 0.73 0.55
HSL 15.53º 0.58% 0.29% -
HSV(B) 15.53º 0.73% 0.45% -
XYZ 8.72 6.36 2.06 -
YUV 69.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 116 53 31 0 0.54 0.73 0.55 15.53 0.58 0.29
Hex 74 35 1F 0 36 49 37 10 3A 1D
Octal 164 65 37 0 66 111 67 20 72 35
Binary 1110100 110101 11111 0 110110 1001001 110111 10000 111010 11101

Color Harmonies of #74351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74351F

Black with #74351F

Text Example


Text Example

White with #74351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74351F; }

 p { color: rgb(116,53,31); }

 H1.HeaderClassName
 {
   color: #74351F;
 }
 .AnyTagClassName
 {
   color: #74351F;
 }
</style>

background-color css

<style>
 a { background-color: #74351F; }

 a { background-color: rgb(116,53,31); }

 div.DivClassName
 {
   background-color: #74351F;
 }
 .BgClassName
 {
   background-color: #74351F;
 }
</style>

border-color css

<style>
 span { border-color: #74351F; }

 span { border-color: rgb(116,53,31); }

 td.TdClassName
 {
   border-color: #74351F;
 }
 .TagClassName
 {
   border-color: #74351F;
 }
</style>