#925115

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

Shades of Saddle Brown #925115

Tints of Saddle Brown #925115

Color information

#925115 (or 0x925115) is unknown color: approx Saddle Brown. HEX triplet: 92, 51 and 15. RGB value is (146,81,21). Sum of RGB (Red+Green+Blue) = 146+81+21=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #925115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925115 is #6DAEEA. Grayscale: #5D5D5D. Windows color (decimal): -7188203 or 1397138. OLE color: 1397138.

HSL color Cylindrical-coordinate representation of color #925115: hue angle of 28.8º 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 #925115 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1468121-
CMYK00.450.860.43
HSL28.8º74.85%32.75%-
HSV(B)28.8º85.62%57.25%-
XYZ14.9312.052.25-
YUV93.687.03165.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=58.87%
G=32.66%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146812100.450.860.4328.874.8532.75
Hex92511502D562B1d4b21
Octal22212125055126533511341
Binary1001001010100011010101011011010110101011111011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925115; }

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

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

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

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

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

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

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

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