Html Css Color HEX #A04011 Saddle Brown

📋 copy color: '#A04011'

red 160 ◦ green 64 ◦ blue 17

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

Shades of Saddle Brown #A04011

Tints of Saddle Brown #A04011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

 BLUE value IS 17 (7.03% from 255) = 7.05%

R = 66.39%
G = 26.56%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A04011 (or 0xA04011) is known color: Saddle Brown. HEX triplet: A0, 40 and 11. RGB value is (160,64,17). Sum of RGB (Red+Green+Blue) = 160+64+17=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A04011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04011 is #5FBFEE. Grayscale: #575757. Windows color (decimal): -6275055 or 1130656. OLE color: 1130656.

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

Color convert

RGB 160 64 17 -
CMYK 0 0.6 0.89 0.37
HSL 19.72º 0.81% 0.35% -
HSV(B) 19.72º 0.89% 0.63% -
XYZ 16.43 11.18 1.82 -
YUV 87.35 88.3 179.82 -
System Red Green Blue C M Y K H S L
Decimal 160 64 17 0 0.6 0.89 0.37 19.72 0.81 0.35
Hex A0 40 11 0 3C 59 25 14 51 23
Octal 240 100 21 0 74 131 45 24 121 43
Binary 10100000 1000000 10001 0 111100 1011001 100101 10100 1010001 100011

Color Harmonies of #A04011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04011

Black with #A04011

Text Example


Text Example

White with #A04011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04011; }

 p { color: rgb(160,64,17); }

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

background-color css

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

 a { background-color: rgb(160,64,17); }

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

border-color css

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

 span { border-color: rgb(160,64,17); }

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