#92572E

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

Shades of Chelsea Gem #92572E

Tints of Chelsea Gem #92572E

Color information

#92572E (or 0x92572E) is unknown color: approx Chelsea Gem. HEX triplet: 92, 57 and 2E. RGB value is (146,87,46). Sum of RGB (Red+Green+Blue) = 146+87+46=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #92572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92572E is #6DA8D1. Grayscale: #646464. Windows color (decimal): -7186642 or 3037074. OLE color: 3037074.

HSL color Cylindrical-coordinate representation of color #92572E: hue angle of 24.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92572E is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1468746-
CMYK00.400.680.43
HSL24.6º52.08%37.65%-
HSV(B)24.6º68.49%57.25%-
XYZ15.7613.124.29-
YUV99.9797.55160.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=52.33%
G=31.18%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146874600.400.680.4324.652.0837.65
Hex92572E028442B193426
Octal2221275605010453316446
Binary1001001010101111011100101000100010010101111001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92572E; }

 p { color: rgb(146,87,46); }

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

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

 a { background-color: rgb(146,87,46); }

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

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

 span { border-color: rgb(146,87,46); }

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