#925533

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

Shades of Chelsea Gem #925533

Tints of Chelsea Gem #925533

Color information

#925533 (or 0x925533) is unknown color: approx Chelsea Gem. HEX triplet: 92, 55 and 33. RGB value is (146,85,51). Sum of RGB (Red+Green+Blue) = 146+85+51=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #925533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925533 is #6DAACC. Grayscale: #636363. Windows color (decimal): -7187149 or 3364242. OLE color: 3364242.

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

Color convert

RGB1468551-
CMYK00.420.650.43
HSL21.47º48.22%38.63%-
HSV(B)21.47º65.07%57.25%-
XYZ15.712.854.78-
YUV99.36100.71161.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=51.77%
G=30.14%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146855100.420.650.4321.4748.2238.63
Hex92553302A412B153027
Octal2221256305210153256047
Binary1001001010101011100110101010100000110101110101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925533; }

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

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

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

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

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

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

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

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