Html Css Color HEX #A0420D Saddle Brown

📋 copy color: '#A0420D'

red 160 ◦ green 66 ◦ blue 13

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

Shades of Saddle Brown #A0420D

Tints of Saddle Brown #A0420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 66.95%
G = 27.62%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0420D (or 0xA0420D) is known color: Saddle Brown. HEX triplet: A0, 42 and 0D. RGB value is (160,66,13). Sum of RGB (Red+Green+Blue) = 160+66+13=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0420D is #5FBDF2. Grayscale: #585858. Windows color (decimal): -6274547 or 869024. OLE color: 869024.

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

Color convert

RGB 160 66 13 -
CMYK 0 0.59 0.92 0.37
HSL 21.63º 0.85% 0.34% -
HSV(B) 21.63º 0.92% 0.63% -
XYZ 16.52 11.4 1.71 -
YUV 88.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 160 66 13 0 0.59 0.92 0.37 21.63 0.85 0.34
Hex A0 42 D 0 3B 5C 25 16 55 22
Octal 240 102 15 0 73 134 45 26 125 42
Binary 10100000 1000010 1101 0 111011 1011100 100101 10110 1010101 100010

Color Harmonies of #A0420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0420D

Black with #A0420D

Text Example


Text Example

White with #A0420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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