#925528

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

Shades of Chelsea Gem #925528

Tints of Chelsea Gem #925528

Color information

#925528 (or 0x925528) is unknown color: approx Chelsea Gem. HEX triplet: 92, 55 and 28. RGB value is (146,85,40). Sum of RGB (Red+Green+Blue) = 146+85+40=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #925528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925528 is #6DAAD7. Grayscale: #626262. Windows color (decimal): -7187160 or 2643346. OLE color: 2643346.

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

Color convert

RGB1468540-
CMYK00.420.730.43
HSL25.47º56.99%36.47%-
HSV(B)25.47º72.6%57.25%-
XYZ15.4912.763.65-
YUV98.1195.21162.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.87%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=53.87%
G=31.37%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146854000.420.730.4325.4756.9936.47
Hex92552802A492B193924
Octal2221255005211153317144
Binary1001001010101011010000101010100100110101111001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925528; }

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

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

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

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

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

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

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

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