Html Css Color HEX #A04015 Saddle Brown

📋 copy color: '#A04015'

red 160 ◦ green 64 ◦ blue 21

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

Shades of Saddle Brown #A04015

Tints of Saddle Brown #A04015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 65.31%
G = 26.12%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A04015 (or 0xA04015) is known color: Saddle Brown. HEX triplet: A0, 40 and 15. RGB value is (160,64,21). Sum of RGB (Red+Green+Blue) = 160+64+21=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A04015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04015 is #5FBFEA. Grayscale: #585858. Windows color (decimal): -6275051 or 1392800. OLE color: 1392800.

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

Color convert

RGB 160 64 21 -
CMYK 0 0.6 0.87 0.37
HSL 18.56º 0.77% 0.35% -
HSV(B) 18.56º 0.87% 0.63% -
XYZ 16.47 11.19 2 -
YUV 87.8 90.3 179.5 -
System Red Green Blue C M Y K H S L
Decimal 160 64 21 0 0.6 0.87 0.37 18.56 0.77 0.35
Hex A0 40 15 0 3C 57 25 13 4D 23
Octal 240 100 25 0 74 127 45 23 115 43
Binary 10100000 1000000 10101 0 111100 1010111 100101 10011 1001101 100011

Color Harmonies of #A04015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04015

Black with #A04015

Text Example


Text Example

White with #A04015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04015; }

 p { color: rgb(160,64,21); }

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

background-color css

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

 a { background-color: rgb(160,64,21); }

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

border-color css

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

 span { border-color: rgb(160,64,21); }

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