Html Css Color HEX #A04711 Saddle Brown

📋 copy color: '#A04711'

red 160 ◦ green 71 ◦ blue 17

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

Shades of Saddle Brown #A04711

Tints of Saddle Brown #A04711

RGB

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

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

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

R = 64.52%
G = 28.63%
B = 6.85%

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

#A04711 (or 0xA04711) is known color: Saddle Brown. HEX triplet: A0, 47 and 11. RGB value is (160,71,17). Sum of RGB (Red+Green+Blue) = 160+71+17=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A04711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04711 is #5FB8EE. Grayscale: #5B5B5B. Windows color (decimal): -6273263 or 1132448. OLE color: 1132448.

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

Color convert

RGB 160 71 17 -
CMYK 0 0.56 0.89 0.37
HSL 22.66º 0.81% 0.35% -
HSV(B) 22.66º 0.89% 0.63% -
XYZ 16.85 12.02 1.96 -
YUV 91.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 160 71 17 0 0.56 0.89 0.37 22.66 0.81 0.35
Hex A0 47 11 0 38 59 25 17 51 23
Octal 240 107 21 0 70 131 45 27 121 43
Binary 10100000 1000111 10001 0 111000 1011001 100101 10111 1010001 100011

Color Harmonies of #A04711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04711

Black with #A04711

Text Example


Text Example

White with #A04711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04711; }

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

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

background-color css

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

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

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

border-color css

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

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

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