#924F37

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

Shades of Chelsea Gem #924F37

Tints of Chelsea Gem #924F37

Color information

#924F37 (or 0x924F37) is unknown color: approx Chelsea Gem. HEX triplet: 92, 4F and 37. RGB value is (146,79,55). Sum of RGB (Red+Green+Blue) = 146+79+55=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #924F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924F37 is #6DB0C8. Grayscale: #606060. Windows color (decimal): -7188681 or 3624850. OLE color: 3624850.

HSL color Cylindrical-coordinate representation of color #924F37: hue angle of 15.82º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924F37 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB1467955-
CMYK00.460.620.43
HSL15.82º45.27%39.41%-
HSV(B)15.82º62.33%57.25%-
XYZ15.3411.985.12-
YUV96.3104.7163.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.14%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 55 (21.88% from 255) = 19.64%
R=52.14%
G=28.21%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146795500.460.620.4315.8245.2739.41
Hex924F3702E3E2B102d27
Octal222117670567653205547
Binary100100101001111110111010111011111010101110000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924F37; }

 p { color: rgb(146,79,55); }

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

<style>
 a { background-color: #924F37; }

 a { background-color: rgb(146,79,55); }

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

<style>
 span { border-color: #924F37; }

 span { border-color: rgb(146,79,55); }

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