#92592F

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

Shades of Chelsea Gem #92592F

Tints of Chelsea Gem #92592F

Color information

#92592F (or 0x92592F) is unknown color: approx Chelsea Gem. HEX triplet: 92, 59 and 2F. RGB value is (146,89,47). Sum of RGB (Red+Green+Blue) = 146+89+47=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #92592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92592F is #6DA6D0. Grayscale: #656565. Windows color (decimal): -7186129 or 3103122. OLE color: 3103122.

HSL color Cylindrical-coordinate representation of color #92592F: hue angle of 25.45º degrees, saturation: 0.51, 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 #92592F is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1468947-
CMYK00.390.680.43
HSL25.45º51.3%37.84%-
HSV(B)25.45º67.81%57.25%-
XYZ15.9413.464.45-
YUV101.2697.38159.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=51.77%
G=31.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146894700.390.680.4325.4551.337.84
Hex92592F027442B193326
Octal2221315704710453316346
Binary1001001010110011011110100111100010010101111001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92592F; }

 p { color: rgb(146,89,47); }

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

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

 a { background-color: rgb(146,89,47); }

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

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

 span { border-color: rgb(146,89,47); }

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