#955535

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

Shades of Chelsea Gem #955535

Tints of Chelsea Gem #955535

Color information

#955535 (or 0x955535) is unknown color: approx Chelsea Gem. HEX triplet: 95, 55 and 35. RGB value is (149,85,53). Sum of RGB (Red+Green+Blue) = 149+85+53=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #955535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955535 is #6AAACA. Grayscale: #646464. Windows color (decimal): -6990539 or 3495317. OLE color: 3495317.

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

Color convert

RGB1498553-
CMYK00.430.640.42
HSL20º47.52%39.61%-
HSV(B)20º64.43%58.43%-
XYZ16.2913.145.05-
YUV100.49101.2162.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=51.92%
G=29.62%
B=18.47%

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
Decimal149855300.430.640.422047.5239.61
Hex95553502B402A143028
Octal2251256505310052246050
Binary1001010110101011101010101011100000010101010100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955535; }

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

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

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

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

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

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

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

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