Html Css Color HEX #A0420C Saddle Brown

📋 copy color: '#A0420C'

red 160 ◦ green 66 ◦ blue 12

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

Shades of Saddle Brown #A0420C

Tints of Saddle Brown #A0420C

RGB

 RED value IS 160 (62.89% from 255) = 67.23%

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 67.23%
G = 27.73%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0420C (or 0xA0420C) is known color: Saddle Brown. HEX triplet: A0, 42 and 0C. RGB value is (160,66,12). Sum of RGB (Red+Green+Blue) = 160+66+12=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0420C is #5FBDF3. Grayscale: #585858. Windows color (decimal): -6274548 or 803488. OLE color: 803488.

HSL color Cylindrical-coordinate representation of color #A0420C: hue angle of 21.89º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0420C is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 12 -
CMYK 0 0.59 0.93 0.37
HSL 21.89º 0.86% 0.34% -
HSV(B) 21.89º 0.93% 0.63% -
XYZ 16.51 11.4 1.68 -
YUV 87.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 160 66 12 0 0.59 0.93 0.37 21.89 0.86 0.34
Hex A0 42 C 0 3B 5D 25 16 56 22
Octal 240 102 14 0 73 135 45 26 126 42
Binary 10100000 1000010 1100 0 111011 1011101 100101 10110 1010110 100010

Color Harmonies of #A0420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0420C

Black with #A0420C

Text Example


Text Example

White with #A0420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0420C; }

 p { color: rgb(160,66,12); }

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

background-color css

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

 a { background-color: rgb(160,66,12); }

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

border-color css

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

 span { border-color: rgb(160,66,12); }

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