#92542B

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

Shades of Chelsea Gem #92542B

Tints of Chelsea Gem #92542B

Color information

#92542B (or 0x92542B) is unknown color: approx Chelsea Gem. HEX triplet: 92, 54 and 2B. RGB value is (146,84,43). Sum of RGB (Red+Green+Blue) = 146+84+43=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92542B is #6DABD4. Grayscale: #626262. Windows color (decimal): -7187413 or 2839698. OLE color: 2839698.

HSL color Cylindrical-coordinate representation of color #92542B: hue angle of 23.88º 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 #92542B is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB1468443-
CMYK00.420.710.43
HSL23.88º54.5%37.06%-
HSV(B)23.88º70.55%57.25%-
XYZ15.4612.633.91-
YUV97.8697.04162.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.48%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 43 (17.19% from 255) = 15.75%
R=53.48%
G=30.77%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146844300.420.710.4323.8854.537.06
Hex92542B02A472B183625
Octal2221245305210753306645
Binary1001001010101001010110101010100011110101111000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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