Html Css Color HEX #A04512 Saddle Brown

📋 copy color: '#A04512'

red 160 ◦ green 69 ◦ blue 18

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

Shades of Saddle Brown #A04512

Tints of Saddle Brown #A04512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 64.78%
G = 27.94%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A04512 (or 0xA04512) is known color: Saddle Brown. HEX triplet: A0, 45 and 12. RGB value is (160,69,18). Sum of RGB (Red+Green+Blue) = 160+69+18=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A04512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04512 is #5FBAED. Grayscale: #5A5A5A. Windows color (decimal): -6273774 or 1197472. OLE color: 1197472.

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

Color convert

RGB 160 69 18 -
CMYK 0 0.57 0.89 0.37
HSL 21.55º 0.8% 0.35% -
HSV(B) 21.55º 0.89% 0.63% -
XYZ 16.73 11.77 1.96 -
YUV 90.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 160 69 18 0 0.57 0.89 0.37 21.55 0.8 0.35
Hex A0 45 12 0 39 59 25 16 50 23
Octal 240 105 22 0 71 131 45 26 120 43
Binary 10100000 1000101 10010 0 111001 1011001 100101 10110 1010000 100011

Color Harmonies of #A04512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04512

Black with #A04512

Text Example


Text Example

White with #A04512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04512; }

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

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

background-color css

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

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

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

border-color css

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

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

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