#925511

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

Shades of Golden Brown #925511

Tints of Golden Brown #925511

Color information

#925511 (or 0x925511) is unknown color: approx Golden Brown. HEX triplet: 92, 55 and 11. RGB value is (146,85,17). Sum of RGB (Red+Green+Blue) = 146+85+17=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #925511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925511 is #6DAAEE. Grayscale: #5F5F5F. Windows color (decimal): -7187183 or 1136018. OLE color: 1136018.

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

Color convert

RGB1468517-
CMYK00.420.880.43
HSL31.63º79.14%31.96%-
HSV(B)31.63º88.36%57.25%-
XYZ15.212.652.17-
YUV95.4983.71164.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=58.87%
G=34.27%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146851700.420.880.4331.6379.1431.96
Hex92551102A582B204f20
Octal22212521052130534011740
Binary10010010101010110001010101010110001010111000001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925511; }

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

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

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

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

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

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

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

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