Html Css Color HEX #A04C11 Saddle Brown

📋 copy color: '#A04C11'

red 160 ◦ green 76 ◦ blue 17

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

Shades of Saddle Brown #A04C11

Tints of Saddle Brown #A04C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.04%

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

R = 63.24%
G = 30.04%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A04C11 (or 0xA04C11) is known color: Saddle Brown. HEX triplet: A0, 4C and 11. RGB value is (160,76,17). Sum of RGB (Red+Green+Blue) = 160+76+17=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C11 is #5FB3EE. Grayscale: #5E5E5E. Windows color (decimal): -6271983 or 1133728. OLE color: 1133728.

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

Color convert

RGB 160 76 17 -
CMYK 0 0.52 0.89 0.37
HSL 24.76º 0.81% 0.35% -
HSV(B) 24.76º 0.89% 0.63% -
XYZ 17.18 12.68 2.07 -
YUV 94.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 160 76 17 0 0.52 0.89 0.37 24.76 0.81 0.35
Hex A0 4C 11 0 34 59 25 19 51 23
Octal 240 114 21 0 64 131 45 31 121 43
Binary 10100000 1001100 10001 0 110100 1011001 100101 11001 1010001 100011

Color Harmonies of #A04C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C11

Black with #A04C11

Text Example


Text Example

White with #A04C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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