#924511

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

Shades of Saddle Brown #924511

Tints of Saddle Brown #924511

Color information

#924511 (or 0x924511) is unknown color: approx Saddle Brown. HEX triplet: 92, 45 and 11. RGB value is (146,69,17). Sum of RGB (Red+Green+Blue) = 146+69+17=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #924511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924511 is #6DBAEE. Grayscale: #565656. Windows color (decimal): -7191279 or 1131922. OLE color: 1131922.

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

Color convert

RGB1466917-
CMYK00.530.880.43
HSL24.19º79.14%31.96%-
HSV(B)24.19º88.36%57.25%-
XYZ14.0810.411.8-
YUV86.189.01170.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.93%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 17 (7.03% from 255) = 7.33%
R=62.93%
G=29.74%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146691700.530.880.4324.1979.1431.96
Hex924511035582B184f20
Octal22210521065130533011740
Binary1001001010001011000101101011011000101011110001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924511; }

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

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

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

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

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

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

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

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