#955536

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

Shades of Chelsea Gem #955536

Tints of Chelsea Gem #955536

Color information

#955536 (or 0x955536) is unknown color: approx Chelsea Gem. HEX triplet: 95, 55 and 36. RGB value is (149,85,54). Sum of RGB (Red+Green+Blue) = 149+85+54=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #955536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955536 is #6AAAC9. Grayscale: #646464. Windows color (decimal): -6990538 or 3560853. OLE color: 3560853.

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

Color convert

RGB1498554-
CMYK00.430.640.42
HSL19.58º46.8%39.8%-
HSV(B)19.58º63.76%58.43%-
XYZ16.3113.155.17-
YUV100.6101.7162.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 54 (21.48% from 255) = 18.75%
R=51.74%
G=29.51%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149855400.430.640.4219.5846.839.8
Hex95553602B402A142f28
Octal2251256605310052245750
Binary1001010110101011101100101011100000010101010100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955536; }

 p { color: rgb(149,85,54); }

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

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

 a { background-color: rgb(149,85,54); }

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

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

 span { border-color: rgb(149,85,54); }

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