#924F18

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

Shades of Saddle Brown #924F18

Tints of Saddle Brown #924F18

Color information

#924F18 (or 0x924F18) is unknown color: approx Saddle Brown. HEX triplet: 92, 4F and 18. RGB value is (146,79,24). Sum of RGB (Red+Green+Blue) = 146+79+24=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #924F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924F18 is #6DB0E7. Grayscale: #5D5D5D. Windows color (decimal): -7188712 or 1593234. OLE color: 1593234.

HSL color Cylindrical-coordinate representation of color #924F18: hue angle of 27.05º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #924F18 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1467924-
CMYK00.460.840.43
HSL27.05º71.76%33.33%-
HSV(B)27.05º83.56%57.25%-
XYZ14.8111.772.35-
YUV92.7689.2165.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.63%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=58.63%
G=31.73%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146792400.460.840.4327.0571.7633.33
Hex924F1802E542B1b4821
Octal22211730056124533311041
Binary1001001010011111100001011101010100101011110111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924F18; }

 p { color: rgb(146,79,24); }

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

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

 a { background-color: rgb(146,79,24); }

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

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

 span { border-color: rgb(146,79,24); }

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