#A24C05

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

Shades of Saddle Brown #A24C05

Tints of Saddle Brown #A24C05

Color information

#A24C05 (or 0xA24C05) is unknown color: approx Saddle Brown. HEX triplet: A2, 4C and 05. RGB value is (162,76,5). Sum of RGB (Red+Green+Blue) = 162+76+5=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24C05 is #5DB3FA. Grayscale: #5D5D5D. Windows color (decimal): -6140923 or 347298. OLE color: 347298.

HSL color Cylindrical-coordinate representation of color #A24C05: hue angle of 27.13º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A24C05 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB162765-
CMYK00.530.970.36
HSL27.13º94.01%32.75%-
HSV(B)27.13º96.91%63.53%-
XYZ17.5112.861.7-
YUV93.6277.99176.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.67%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=66.67%
G=31.28%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16276500.530.970.3627.1394.0132.75
HexA24C503561241b5e21
Octal2421145065141443313641
Binary10100010100110010101101011100001100100110111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C05; }

 p { color: rgb(162,76,5); }

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

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

 a { background-color: rgb(162,76,5); }

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

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

 span { border-color: rgb(162,76,5); }

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