Html Css Color HEX #A04112 Saddle Brown

📋 copy color: '#A04112'

red 160 ◦ green 65 ◦ blue 18

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

Shades of Saddle Brown #A04112

Tints of Saddle Brown #A04112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

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

R = 65.84%
G = 26.75%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A04112 (or 0xA04112) is known color: Saddle Brown. HEX triplet: A0, 41 and 12. RGB value is (160,65,18). Sum of RGB (Red+Green+Blue) = 160+65+18=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A04112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04112 is #5FBEED. Grayscale: #585858. Windows color (decimal): -6274798 or 1196448. OLE color: 1196448.

HSL color Cylindrical-coordinate representation of color #A04112: hue angle of 19.86º 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 #A04112 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 65 18 -
CMYK 0 0.59 0.89 0.37
HSL 19.86º 0.8% 0.35% -
HSV(B) 19.86º 0.89% 0.63% -
XYZ 16.5 11.3 1.88 -
YUV 88.05 88.47 179.32 -
System Red Green Blue C M Y K H S L
Decimal 160 65 18 0 0.59 0.89 0.37 19.86 0.8 0.35
Hex A0 41 12 0 3B 59 25 14 50 23
Octal 240 101 22 0 73 131 45 24 120 43
Binary 10100000 1000001 10010 0 111011 1011001 100101 10100 1010000 100011

Color Harmonies of #A04112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04112

Black with #A04112

Text Example


Text Example

White with #A04112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04112; }

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

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

background-color css

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

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

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

border-color css

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

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

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