#924011

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

Shades of Saddle Brown #924011

Tints of Saddle Brown #924011

Color information

#924011 (or 0x924011) is unknown color: approx Saddle Brown. HEX triplet: 92, 40 and 11. RGB value is (146,64,17). Sum of RGB (Red+Green+Blue) = 146+64+17=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #924011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924011 is #6DBFEE. Grayscale: #535353. Windows color (decimal): -7192559 or 1130642. OLE color: 1130642.

HSL color Cylindrical-coordinate representation of color #924011: hue angle of 21.86º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #924011 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1466417-
CMYK00.560.880.43
HSL21.86º79.14%31.96%-
HSV(B)21.86º88.36%57.25%-
XYZ13.799.821.7-
YUV83.1690.67172.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.32%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=64.32%
G=28.19%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146641700.560.880.4321.8679.1431.96
Hex924011038582B164f20
Octal22210021070130532611740
Binary1001001010000001000101110001011000101011101101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924011; }

 p { color: rgb(146,64,17); }

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

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

 a { background-color: rgb(146,64,17); }

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

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

 span { border-color: rgb(146,64,17); }

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