#925536

Color #925536 Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #925536

Tints of Chelsea Gem #925536

Color information

#925536 (or 0x925536) is unknown color: approx Chelsea Gem. HEX triplet: 92, 55 and 36. RGB value is (146,85,54). Sum of RGB (Red+Green+Blue) = 146+85+54=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #925536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925536 is #6DAAC9. Grayscale: #636363. Windows color (decimal): -7187146 or 3560850. OLE color: 3560850.

HSL color Cylindrical-coordinate representation of color #925536: hue angle of 20.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #925536 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1468554-
CMYK00.420.630.43
HSL20.22º46%39.22%-
HSV(B)20.22º63.01%57.25%-
XYZ15.7712.875.14-
YUV99.7102.21161.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=51.23%
G=29.82%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146855400.420.630.4320.224639.22
Hex92553602A3F2B142e27
Octal222125660527753245647
Binary100100101010101110110010101011111110101110100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925536; }

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

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

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

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

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

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

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

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