Html Css Color HEX #A04114 Saddle Brown

📋 copy color: '#A04114'

red 160 ◦ green 65 ◦ blue 20

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

Shades of Saddle Brown #A04114

Tints of Saddle Brown #A04114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 65.31%
G = 26.53%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A04114 (or 0xA04114) is known color: Saddle Brown. HEX triplet: A0, 41 and 14. RGB value is (160,65,20). Sum of RGB (Red+Green+Blue) = 160+65+20=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A04114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04114 is #5FBEEB. Grayscale: #585858. Windows color (decimal): -6274796 or 1327520. OLE color: 1327520.

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

Color convert

RGB 160 65 20 -
CMYK 0 0.59 0.88 0.37
HSL 19.29º 0.78% 0.35% -
HSV(B) 19.29º 0.88% 0.63% -
XYZ 16.51 11.3 1.97 -
YUV 88.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 160 65 20 0 0.59 0.88 0.37 19.29 0.78 0.35
Hex A0 41 14 0 3B 58 25 13 4E 23
Octal 240 101 24 0 73 130 45 23 116 43
Binary 10100000 1000001 10100 0 111011 1011000 100101 10011 1001110 100011

Color Harmonies of #A04114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04114

Black with #A04114

Text Example


Text Example

White with #A04114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04114; }

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

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

background-color css

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

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

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

border-color css

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

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

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