#955437

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

Shades of Chelsea Gem #955437

Tints of Chelsea Gem #955437

Color information

#955437 (or 0x955437) is unknown color: approx Chelsea Gem. HEX triplet: 95, 54 and 37. RGB value is (149,84,55). Sum of RGB (Red+Green+Blue) = 149+84+55=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #955437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955437 is #6AABC8. Grayscale: #646464. Windows color (decimal): -6990793 or 3626133. OLE color: 3626133.

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

Color convert

RGB1498455-
CMYK00.440.630.42
HSL18.51º46.08%40%-
HSV(B)18.51º63.09%58.43%-
XYZ16.2513.015.27-
YUV100.13102.53162.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 55 (21.88% from 255) = 19.10%
R=51.74%
G=29.17%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149845500.440.630.4218.5146.0840
Hex95543702C3F2A132e28
Octal225124670547752235650
Binary100101011010100110111010110011111110101010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955437; }

 p { color: rgb(149,84,55); }

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

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

 a { background-color: rgb(149,84,55); }

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

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

 span { border-color: rgb(149,84,55); }

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