Html Css Color HEX #A0420F Saddle Brown

📋 copy color: '#A0420F'

red 160 ◦ green 66 ◦ blue 15

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

Shades of Saddle Brown #A0420F

Tints of Saddle Brown #A0420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 66.39%
G = 27.39%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0420F (or 0xA0420F) is known color: Saddle Brown. HEX triplet: A0, 42 and 0F. RGB value is (160,66,15). Sum of RGB (Red+Green+Blue) = 160+66+15=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0420F is #5FBDF0. Grayscale: #585858. Windows color (decimal): -6274545 or 1000096. OLE color: 1000096.

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

Color convert

RGB 160 66 15 -
CMYK 0 0.59 0.91 0.37
HSL 21.1º 0.83% 0.34% -
HSV(B) 21.1º 0.91% 0.63% -
XYZ 16.53 11.4 1.78 -
YUV 88.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 160 66 15 0 0.59 0.91 0.37 21.1 0.83 0.34
Hex A0 42 F 0 3B 5B 25 15 53 22
Octal 240 102 17 0 73 133 45 25 123 42
Binary 10100000 1000010 1111 0 111011 1011011 100101 10101 1010011 100010

Color Harmonies of #A0420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0420F

Black with #A0420F

Text Example


Text Example

White with #A0420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0420F; }

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

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

background-color css

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

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

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

border-color css

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

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

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