#A24D0E

Color #A24D0E Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #A24D0E

Tints of Saddle Brown #A24D0E

Color information

#A24D0E (or 0xA24D0E) is unknown color: approx Saddle Brown. HEX triplet: A2, 4D and 0E. RGB value is (162,77,14). Sum of RGB (Red+Green+Blue) = 162+77+14=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24D0E is #5DB2F1. Grayscale: #5F5F5F. Windows color (decimal): -6140658 or 937378. OLE color: 937378.

HSL color Cylindrical-coordinate representation of color #A24D0E: hue angle of 25.54º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A24D0E is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1627714-
CMYK00.520.910.36
HSL25.54º84.09%34.51%-
HSV(B)25.54º91.36%63.53%-
XYZ17.6313.022-
YUV95.2382.16175.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=64.03%
G=30.43%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162771400.520.910.3625.5484.0934.51
HexA24DE0345B241a5423
Octal24211516064133443212443
Binary101000101001101111001101001011011100100110101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D0E; }

 p { color: rgb(162,77,14); }

 H1.HeaderClassName
 {
   color: #A24D0E;
 }
 .AnyTagClassName
 {
   color: #A24D0E;
 }
</style>
background-color css

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

 a { background-color: rgb(162,77,14); }

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

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

 span { border-color: rgb(162,77,14); }

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