Html Css Color HEX #A04510 Saddle Brown

📋 copy color: '#A04510'

red 160 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #A04510

Tints of Saddle Brown #A04510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.16%

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

R = 65.31%
G = 28.16%
B = 6.53%

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

#A04510 (or 0xA04510) is known color: Saddle Brown. HEX triplet: A0, 45 and 10. RGB value is (160,69,16). Sum of RGB (Red+Green+Blue) = 160+69+16=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A04510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04510 is #5FBAEF. Grayscale: #5A5A5A. Windows color (decimal): -6273776 or 1066400. OLE color: 1066400.

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

Color convert

RGB 160 69 16 -
CMYK 0 0.57 0.9 0.37
HSL 22.08º 0.82% 0.35% -
HSV(B) 22.08º 0.9% 0.63% -
XYZ 16.72 11.77 1.88 -
YUV 90.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 160 69 16 0 0.57 0.9 0.37 22.08 0.82 0.35
Hex A0 45 10 0 39 5A 25 16 52 23
Octal 240 105 20 0 71 132 45 26 122 43
Binary 10100000 1000101 10000 0 111001 1011010 100101 10110 1010010 100011

Color Harmonies of #A04510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04510

Black with #A04510

Text Example


Text Example

White with #A04510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04510; }

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

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

background-color css

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

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

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

border-color css

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

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

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