Html Css Color HEX #A04712 Saddle Brown

📋 copy color: '#A04712'

red 160 ◦ green 71 ◦ blue 18

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

Shades of Saddle Brown #A04712

Tints of Saddle Brown #A04712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 64.26%
G = 28.51%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A04712 (or 0xA04712) is known color: Saddle Brown. HEX triplet: A0, 47 and 12. RGB value is (160,71,18). Sum of RGB (Red+Green+Blue) = 160+71+18=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A04712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04712 is #5FB8ED. Grayscale: #5B5B5B. Windows color (decimal): -6273262 or 1197984. OLE color: 1197984.

HSL color Cylindrical-coordinate representation of color #A04712: hue angle of 22.39º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A04712 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 18 -
CMYK 0 0.56 0.89 0.37
HSL 22.39º 0.8% 0.35% -
HSV(B) 22.39º 0.89% 0.63% -
XYZ 16.86 12.02 2 -
YUV 91.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 160 71 18 0 0.56 0.89 0.37 22.39 0.8 0.35
Hex A0 47 12 0 38 59 25 16 50 23
Octal 240 107 22 0 70 131 45 26 120 43
Binary 10100000 1000111 10010 0 111000 1011001 100101 10110 1010000 100011

Color Harmonies of #A04712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04712

Black with #A04712

Text Example


Text Example

White with #A04712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04712; }

 p { color: rgb(160,71,18); }

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

background-color css

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

 a { background-color: rgb(160,71,18); }

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

border-color css

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

 span { border-color: rgb(160,71,18); }

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