#944F37

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

Shades of Chelsea Gem #944F37

Tints of Chelsea Gem #944F37

Color information

#944F37 (or 0x944F37) is unknown color: approx Chelsea Gem. HEX triplet: 94, 4F and 37. RGB value is (148,79,55). Sum of RGB (Red+Green+Blue) = 148+79+55=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #944F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F37 is #6BB0C8. Grayscale: #616161. Windows color (decimal): -7057609 or 3624852. OLE color: 3624852.

HSL color Cylindrical-coordinate representation of color #944F37: hue angle of 15.48º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #944F37 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1487955-
CMYK00.470.630.42
HSL15.48º45.81%39.8%-
HSV(B)15.48º62.84%58.04%-
XYZ15.712.165.13-
YUV96.9104.36164.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.48%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=52.48%
G=28.01%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148795500.470.630.4215.4845.8139.8
Hex944F3702F3F2Af2e28
Octal224117670577752175650
Binary10010100100111111011101011111111111010101111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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