Html Css Color HEX #A04710 Saddle Brown

📋 copy color: '#A04710'

red 160 ◦ green 71 ◦ blue 16

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

Shades of Saddle Brown #A04710

Tints of Saddle Brown #A04710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 64.78%
G = 28.74%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A04710 (or 0xA04710) is known color: Saddle Brown. HEX triplet: A0, 47 and 10. RGB value is (160,71,16). Sum of RGB (Red+Green+Blue) = 160+71+16=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A04710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04710 is #5FB8EF. Grayscale: #5B5B5B. Windows color (decimal): -6273264 or 1066912. OLE color: 1066912.

HSL color Cylindrical-coordinate representation of color #A04710: hue angle of 22.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A04710 is Cyan = 0, Magento = 0.56, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 16 -
CMYK 0 0.56 0.9 0.37
HSL 22.92º 0.82% 0.35% -
HSV(B) 22.92º 0.9% 0.63% -
XYZ 16.84 12.02 1.92 -
YUV 91.34 85.49 176.97 -
System Red Green Blue C M Y K H S L
Decimal 160 71 16 0 0.56 0.9 0.37 22.92 0.82 0.35
Hex A0 47 10 0 38 5A 25 17 52 23
Octal 240 107 20 0 70 132 45 27 122 43
Binary 10100000 1000111 10000 0 111000 1011010 100101 10111 1010010 100011

Color Harmonies of #A04710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04710

Black with #A04710

Text Example


Text Example

White with #A04710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04710; }

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

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

background-color css

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

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

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

border-color css

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

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

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