#925535

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

Shades of Chelsea Gem #925535

Tints of Chelsea Gem #925535

Color information

#925535 (or 0x925535) is unknown color: approx Chelsea Gem. HEX triplet: 92, 55 and 35. RGB value is (146,85,53). Sum of RGB (Red+Green+Blue) = 146+85+53=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #925535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925535 is #6DAACA. Grayscale: #636363. Windows color (decimal): -7187147 or 3495314. OLE color: 3495314.

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

Color convert

RGB1468553-
CMYK00.420.640.43
HSL20.65º46.73%39.02%-
HSV(B)20.65º63.7%57.25%-
XYZ15.7512.875.02-
YUV99.59101.71161.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=51.41%
G=29.93%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146855300.420.640.4320.6546.7339.02
Hex92553502A402B152f27
Octal2221256505210053255747
Binary1001001010101011101010101010100000010101110101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925535; }

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

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

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

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

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

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

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

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