#924915

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

Shades of Saddle Brown #924915

Tints of Saddle Brown #924915

Color information

#924915 (or 0x924915) is unknown color: approx Saddle Brown. HEX triplet: 92, 49 and 15. RGB value is (146,73,21). Sum of RGB (Red+Green+Blue) = 146+73+21=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #924915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924915 is #6DB6EA. Grayscale: #595959. Windows color (decimal): -7190251 or 1395090. OLE color: 1395090.

HSL color Cylindrical-coordinate representation of color #924915: hue angle of 24.96º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #924915 is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1467321-
CMYK00.50.860.43
HSL24.96º74.85%32.75%-
HSV(B)24.96º85.62%57.25%-
XYZ14.3710.932.06-
YUV88.989.68168.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.83%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=60.83%
G=30.42%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146732100.50.860.4324.9674.8532.75
Hex924915032562B194b21
Octal22211125062126533111341
Binary1001001010010011010101100101010110101011110011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924915; }

 p { color: rgb(146,73,21); }

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

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

 a { background-color: rgb(146,73,21); }

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

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

 span { border-color: rgb(146,73,21); }

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