Html Css Color HEX #A04811 Saddle Brown

📋 copy color: '#A04811'

red 160 ◦ green 72 ◦ blue 17

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

Shades of Saddle Brown #A04811

Tints of Saddle Brown #A04811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

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

R = 64.26%
G = 28.92%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A04811 (or 0xA04811) is known color: Saddle Brown. HEX triplet: A0, 48 and 11. RGB value is (160,72,17). Sum of RGB (Red+Green+Blue) = 160+72+17=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A04811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04811 is #5FB7EE. Grayscale: #5C5C5C. Windows color (decimal): -6273007 or 1132704. OLE color: 1132704.

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

Color convert

RGB 160 72 17 -
CMYK 0 0.55 0.89 0.37
HSL 23.08º 0.81% 0.35% -
HSV(B) 23.08º 0.89% 0.63% -
XYZ 16.92 12.15 1.98 -
YUV 92.04 85.65 176.47 -
System Red Green Blue C M Y K H S L
Decimal 160 72 17 0 0.55 0.89 0.37 23.08 0.81 0.35
Hex A0 48 11 0 37 59 25 17 51 23
Octal 240 110 21 0 67 131 45 27 121 43
Binary 10100000 1001000 10001 0 110111 1011001 100101 10111 1010001 100011

Color Harmonies of #A04811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04811

Black with #A04811

Text Example


Text Example

White with #A04811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04811; }

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

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

background-color css

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

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

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

border-color css

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

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

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