#945537

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

Shades of Chelsea Gem #945537

Tints of Chelsea Gem #945537

Color information

#945537 (or 0x945537) is unknown color: approx Chelsea Gem. HEX triplet: 94, 55 and 37. RGB value is (148,85,55). Sum of RGB (Red+Green+Blue) = 148+85+55=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #945537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945537 is #6BAAC8. Grayscale: #646464. Windows color (decimal): -7056073 or 3626388. OLE color: 3626388.

HSL color Cylindrical-coordinate representation of color #945537: hue angle of 19.35º 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 #945537 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1488555-
CMYK00.430.630.42
HSL19.35º45.81%39.8%-
HSV(B)19.35º62.84%58.04%-
XYZ16.1513.075.29-
YUV100.42102.37161.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 55 (21.88% from 255) = 19.10%
R=51.39%
G=29.51%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148855500.430.630.4219.3545.8139.8
Hex94553702B3F2A132e28
Octal224125670537752235650
Binary100101001010101110111010101111111110101010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945537; }

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

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

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

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

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

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

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

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