#92562B

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

Shades of Chelsea Gem #92562B

Tints of Chelsea Gem #92562B

Color information

#92562B (or 0x92562B) is unknown color: approx Chelsea Gem. HEX triplet: 92, 56 and 2B. RGB value is (146,86,43). Sum of RGB (Red+Green+Blue) = 146+86+43=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #92562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92562B is #6DA9D4. Grayscale: #636363. Windows color (decimal): -7186901 or 2840210. OLE color: 2840210.

HSL color Cylindrical-coordinate representation of color #92562B: hue angle of 25.05º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92562B is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB1468643-
CMYK00.410.710.43
HSL25.05º54.5%37.06%-
HSV(B)25.05º70.55%57.25%-
XYZ15.6212.943.96-
YUV99.0496.38161.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=53.09%
G=31.27%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146864300.410.710.4325.0554.537.06
Hex92562B029472B193625
Octal2221265305110753316645
Binary1001001010101101010110101001100011110101111001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92562B; }

 p { color: rgb(146,86,43); }

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

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

 a { background-color: rgb(146,86,43); }

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

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

 span { border-color: rgb(146,86,43); }

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