#924A11

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

Shades of Saddle Brown #924A11

Tints of Saddle Brown #924A11

Color information

#924A11 (or 0x924A11) is unknown color: approx Saddle Brown. HEX triplet: 92, 4A and 11. RGB value is (146,74,17). Sum of RGB (Red+Green+Blue) = 146+74+17=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #924A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A11 is #6DB5EE. Grayscale: #595959. Windows color (decimal): -7189999 or 1133202. OLE color: 1133202.

HSL color Cylindrical-coordinate representation of color #924A11: hue angle of 26.51º 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 #924A11 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1467417-
CMYK00.490.880.43
HSL26.51º79.14%31.96%-
HSV(B)26.51º88.36%57.25%-
XYZ14.411.051.9-
YUV89.0387.35168.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.60%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=61.60%
G=31.22%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146741700.490.880.4326.5179.1431.96
Hex924A11031582B1b4f20
Octal22211221061130533311740
Binary1001001010010101000101100011011000101011110111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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