Html Css Color HEX #A04410 Saddle Brown

📋 copy color: '#A04410'

red 160 ◦ green 68 ◦ blue 16

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

Shades of Saddle Brown #A04410

Tints of Saddle Brown #A04410

RGB

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

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

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

R = 65.57%
G = 27.87%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A04410 (or 0xA04410) is known color: Saddle Brown. HEX triplet: A0, 44 and 10. RGB value is (160,68,16). Sum of RGB (Red+Green+Blue) = 160+68+16=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A04410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04410 is #5FBBEF. Grayscale: #595959. Windows color (decimal): -6274032 or 1066144. OLE color: 1066144.

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

Color convert

RGB 160 68 16 -
CMYK 0 0.57 0.9 0.37
HSL 21.67º 0.82% 0.35% -
HSV(B) 21.67º 0.9% 0.63% -
XYZ 16.66 11.65 1.86 -
YUV 89.58 86.48 178.23 -
System Red Green Blue C M Y K H S L
Decimal 160 68 16 0 0.57 0.9 0.37 21.67 0.82 0.35
Hex A0 44 10 0 39 5A 25 16 52 23
Octal 240 104 20 0 71 132 45 26 122 43
Binary 10100000 1000100 10000 0 111001 1011010 100101 10110 1010010 100011

Color Harmonies of #A04410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04410

Black with #A04410

Text Example


Text Example

White with #A04410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04410; }

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

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

background-color css

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

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

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

border-color css

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

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

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