#A24F08

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

Shades of Saddle Brown #A24F08

Tints of Saddle Brown #A24F08

Color information

#A24F08 (or 0xA24F08) is unknown color: approx Saddle Brown. HEX triplet: A2, 4F and 08. RGB value is (162,79,8). Sum of RGB (Red+Green+Blue) = 162+79+8=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24F08 is #5DB0F7. Grayscale: #606060. Windows color (decimal): -6140152 or 544674. OLE color: 544674.

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

Color convert

RGB162798-
CMYK00.510.950.36
HSL27.66º90.59%33.33%-
HSV(B)27.66º95.06%63.53%-
XYZ17.7413.291.86-
YUV95.7278.5175.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.06%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 8 (3.52% from 255) = 3.21%
R=65.06%
G=31.73%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16279800.510.950.3627.6690.5933.33
HexA24F80335F241c5b21
Octal24211710063137443413341
Binary101000101001111100001100111011111100100111001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F08; }

 p { color: rgb(162,79,8); }

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

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

 a { background-color: rgb(162,79,8); }

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

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

 span { border-color: rgb(162,79,8); }

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