#A24B0F

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

Shades of Saddle Brown #A24B0F

Tints of Saddle Brown #A24B0F

Color information

#A24B0F (or 0xA24B0F) is unknown color: approx Saddle Brown. HEX triplet: A2, 4B and 0F. RGB value is (162,75,15). Sum of RGB (Red+Green+Blue) = 162+75+15=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24B0F is #5DB4F0. Grayscale: #5E5E5E. Windows color (decimal): -6141169 or 1002402. OLE color: 1002402.

HSL color Cylindrical-coordinate representation of color #A24B0F: hue angle of 24.49º degrees, saturation: 0.83, 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 #A24B0F is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1627515-
CMYK00.540.910.36
HSL24.49º83.05%34.71%-
HSV(B)24.49º90.74%63.53%-
XYZ17.512.751.99-
YUV94.1783.32176.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=64.29%
G=29.76%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162751500.540.910.3624.4983.0534.71
HexA24BF0365B24185323
Octal24211317066133443012343
Binary101000101001011111101101101011011100100110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B0F; }

 p { color: rgb(162,75,15); }

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

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

 a { background-color: rgb(162,75,15); }

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

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

 span { border-color: rgb(162,75,15); }

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