#92512D

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

Shades of Chelsea Gem #92512D

Tints of Chelsea Gem #92512D

Color information

#92512D (or 0x92512D) is unknown color: approx Chelsea Gem. HEX triplet: 92, 51 and 2D. RGB value is (146,81,45). Sum of RGB (Red+Green+Blue) = 146+81+45=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #92512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92512D is #6DAED2. Grayscale: #606060. Windows color (decimal): -7188179 or 2970002. OLE color: 2970002.

HSL color Cylindrical-coordinate representation of color #92512D: hue angle of 21.39º 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 #92512D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB1468145-
CMYK00.450.690.43
HSL21.39º52.88%37.45%-
HSV(B)21.39º69.18%57.25%-
XYZ15.2712.194.03-
YUV96.3399.03163.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.68%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=53.68%
G=29.78%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146814500.450.690.4321.3952.8837.45
Hex92512D02D452B153525
Octal2221215505510553256545
Binary1001001010100011011010101101100010110101110101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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