#924C13

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

Shades of Saddle Brown #924C13

Tints of Saddle Brown #924C13

Color information

#924C13 (or 0x924C13) is unknown color: approx Saddle Brown. HEX triplet: 92, 4C and 13. RGB value is (146,76,19). Sum of RGB (Red+Green+Blue) = 146+76+19=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #924C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924C13 is #6DB3EC. Grayscale: #5A5A5A. Windows color (decimal): -7189485 or 1264786. OLE color: 1264786.

HSL color Cylindrical-coordinate representation of color #924C13: hue angle of 26.93º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #924C13 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB1467619-
CMYK00.480.870.43
HSL26.93º76.97%32.35%-
HSV(B)26.93º86.99%57.25%-
XYZ14.5611.332.04-
YUV90.4387.69167.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.58%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=60.58%
G=31.54%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146761900.480.870.4326.9376.9732.35
Hex924C13030572B1b4d20
Octal22211423060127533311540
Binary1001001010011001001101100001010111101011110111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,76,19); }

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

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

 a { background-color: rgb(146,76,19); }

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

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

 span { border-color: rgb(146,76,19); }

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