Html Css Color HEX #A04110 Saddle Brown

📋 copy color: '#A04110'

red 160 ◦ green 65 ◦ blue 16

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

Shades of Saddle Brown #A04110

Tints of Saddle Brown #A04110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

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

R = 66.39%
G = 26.97%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A04110 (or 0xA04110) is known color: Saddle Brown. HEX triplet: A0, 41 and 10. RGB value is (160,65,16). Sum of RGB (Red+Green+Blue) = 160+65+16=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A04110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04110 is #5FBEEF. Grayscale: #585858. Windows color (decimal): -6274800 or 1065376. OLE color: 1065376.

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

Color convert

RGB 160 65 16 -
CMYK 0 0.59 0.9 0.37
HSL 20.42º 0.82% 0.35% -
HSV(B) 20.42º 0.9% 0.63% -
XYZ 16.48 11.29 1.8 -
YUV 87.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 160 65 16 0 0.59 0.9 0.37 20.42 0.82 0.35
Hex A0 41 10 0 3B 5A 25 14 52 23
Octal 240 101 20 0 73 132 45 24 122 43
Binary 10100000 1000001 10000 0 111011 1011010 100101 10100 1010010 100011

Color Harmonies of #A04110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04110

Black with #A04110

Text Example


Text Example

White with #A04110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04110; }

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

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

background-color css

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

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

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

border-color css

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

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

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