#924F16

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

Shades of Saddle Brown #924F16

Tints of Saddle Brown #924F16

Color information

#924F16 (or 0x924F16) is unknown color: approx Saddle Brown. HEX triplet: 92, 4F and 16. RGB value is (146,79,22). Sum of RGB (Red+Green+Blue) = 146+79+22=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #924F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924F16 is #6DB0E9. Grayscale: #5C5C5C. Windows color (decimal): -7188714 or 1462162. OLE color: 1462162.

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

Color convert

RGB1467922-
CMYK00.460.850.43
HSL27.58º73.81%32.94%-
HSV(B)27.58º84.93%57.25%-
XYZ14.7911.762.25-
YUV92.5388.2166.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.11%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 22 (8.98% from 255) = 8.91%
R=59.11%
G=31.98%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146792200.460.850.4327.5873.8132.94
Hex924F1602E552B1c4a21
Octal22211726056125533411241
Binary1001001010011111011001011101010101101011111001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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