#A24F0A

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

Shades of Saddle Brown #A24F0A

Tints of Saddle Brown #A24F0A

Color information

#A24F0A (or 0xA24F0A) is unknown color: approx Saddle Brown. HEX triplet: A2, 4F and 0A. RGB value is (162,79,10). Sum of RGB (Red+Green+Blue) = 162+79+10=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24F0A is #5DB0F5. Grayscale: #606060. Windows color (decimal): -6140150 or 675746. OLE color: 675746.

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

Color convert

RGB1627910-
CMYK00.510.940.36
HSL27.24º88.37%33.73%-
HSV(B)27.24º93.83%63.53%-
XYZ17.7513.31.92-
YUV95.9579.5175.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 10 (4.30% from 255) = 3.98%
R=64.54%
G=31.47%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162791000.510.940.3627.2488.3733.73
HexA24FA0335E241b5822
Octal24211712063136443313042
Binary101000101001111101001100111011110100100110111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F0A; }

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

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

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

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

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

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

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

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