#92542D

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

Shades of Chelsea Gem #92542D

Tints of Chelsea Gem #92542D

Color information

#92542D (or 0x92542D) is unknown color: approx Chelsea Gem. HEX triplet: 92, 54 and 2D. RGB value is (146,84,45). Sum of RGB (Red+Green+Blue) = 146+84+45=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #92542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92542D is #6DABD2. Grayscale: #626262. Windows color (decimal): -7187411 or 2970770. OLE color: 2970770.

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

Color convert

RGB1468445-
CMYK00.420.690.43
HSL23.17º52.88%37.45%-
HSV(B)23.17º69.18%57.25%-
XYZ15.512.644.11-
YUV98.0998.04162.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=53.09%
G=30.55%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146844500.420.690.4323.1752.8837.45
Hex92542D02A452B173525
Octal2221245505210553276545
Binary1001001010101001011010101010100010110101110111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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