#924115

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

Shades of Saddle Brown #924115

Tints of Saddle Brown #924115

Color information

#924115 (or 0x924115) is unknown color: approx Saddle Brown. HEX triplet: 92, 41 and 15. RGB value is (146,65,21). Sum of RGB (Red+Green+Blue) = 146+65+21=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #924115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924115 is #6DBEEA. Grayscale: #545454. Windows color (decimal): -7192299 or 1393042. OLE color: 1393042.

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

Color convert

RGB1466521-
CMYK00.550.860.43
HSL21.12º74.85%32.75%-
HSV(B)21.12º85.62%57.25%-
XYZ13.889.951.9-
YUV84.292.34172.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.93%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 21 (8.59% from 255) = 9.05%
R=62.93%
G=28.02%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146652100.550.860.4321.1274.8532.75
Hex924115037562B154b21
Octal22210125067126532511341
Binary1001001010000011010101101111010110101011101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924115; }

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

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

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

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

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

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

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

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