Html Css Color HEX #A04414 Saddle Brown

📋 copy color: '#A04414'

red 160 ◦ green 68 ◦ blue 20

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

Shades of Saddle Brown #A04414

Tints of Saddle Brown #A04414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 64.52%
G = 27.42%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A04414 (or 0xA04414) is known color: Saddle Brown. HEX triplet: A0, 44 and 14. RGB value is (160,68,20). Sum of RGB (Red+Green+Blue) = 160+68+20=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A04414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04414 is #5FBBEB. Grayscale: #5A5A5A. Windows color (decimal): -6274028 or 1328288. OLE color: 1328288.

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

Color convert

RGB 160 68 20 -
CMYK 0 0.57 0.88 0.37
HSL 20.57º 0.78% 0.35% -
HSV(B) 20.57º 0.88% 0.63% -
XYZ 16.69 11.66 2.03 -
YUV 90.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 160 68 20 0 0.57 0.88 0.37 20.57 0.78 0.35
Hex A0 44 14 0 39 58 25 15 4E 23
Octal 240 104 24 0 71 130 45 25 116 43
Binary 10100000 1000100 10100 0 111001 1011000 100101 10101 1001110 100011

Color Harmonies of #A04414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04414

Black with #A04414

Text Example


Text Example

White with #A04414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04414; }

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

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

background-color css

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

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

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

border-color css

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

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

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