Html Css Color HEX #A04312 Saddle Brown

📋 copy color: '#A04312'

red 160 ◦ green 67 ◦ blue 18

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

Shades of Saddle Brown #A04312

Tints of Saddle Brown #A04312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

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

R = 65.31%
G = 27.35%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A04312 (or 0xA04312) is known color: Saddle Brown. HEX triplet: A0, 43 and 12. RGB value is (160,67,18). Sum of RGB (Red+Green+Blue) = 160+67+18=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A04312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04312 is #5FBCED. Grayscale: #595959. Windows color (decimal): -6274286 or 1196960. OLE color: 1196960.

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

Color convert

RGB 160 67 18 -
CMYK 0 0.58 0.89 0.37
HSL 20.7º 0.8% 0.35% -
HSV(B) 20.7º 0.89% 0.63% -
XYZ 16.61 11.53 1.92 -
YUV 89.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 160 67 18 0 0.58 0.89 0.37 20.7 0.8 0.35
Hex A0 43 12 0 3A 59 25 15 50 23
Octal 240 103 22 0 72 131 45 25 120 43
Binary 10100000 1000011 10010 0 111010 1011001 100101 10101 1010000 100011

Color Harmonies of #A04312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04312

Black with #A04312

Text Example


Text Example

White with #A04312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04312; }

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

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

background-color css

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

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

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

border-color css

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

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

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