Html Css Color HEX #A04910 Saddle Brown

📋 copy color: '#A04910'

red 160 ◦ green 73 ◦ blue 16

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

Shades of Saddle Brown #A04910

Tints of Saddle Brown #A04910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 64.26%
G = 29.32%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A04910 (or 0xA04910) is known color: Saddle Brown. HEX triplet: A0, 49 and 10. RGB value is (160,73,16). Sum of RGB (Red+Green+Blue) = 160+73+16=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A04910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04910 is #5FB6EF. Grayscale: #5C5C5C. Windows color (decimal): -6272752 or 1067424. OLE color: 1067424.

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

Color convert

RGB 160 73 16 -
CMYK 0 0.54 0.9 0.37
HSL 23.75º 0.82% 0.35% -
HSV(B) 23.75º 0.9% 0.63% -
XYZ 16.97 12.28 1.97 -
YUV 92.52 84.82 176.13 -
System Red Green Blue C M Y K H S L
Decimal 160 73 16 0 0.54 0.9 0.37 23.75 0.82 0.35
Hex A0 49 10 0 36 5A 25 18 52 23
Octal 240 111 20 0 66 132 45 30 122 43
Binary 10100000 1001001 10000 0 110110 1011010 100101 11000 1010010 100011

Color Harmonies of #A04910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04910

Black with #A04910

Text Example


Text Example

White with #A04910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04910; }

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

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

background-color css

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

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

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

border-color css

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

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

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