#955534

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

Shades of Chelsea Gem #955534

Tints of Chelsea Gem #955534

Color information

#955534 (or 0x955534) is unknown color: approx Chelsea Gem. HEX triplet: 95, 55 and 34. RGB value is (149,85,52). Sum of RGB (Red+Green+Blue) = 149+85+52=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #955534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955534 is #6AAACB. Grayscale: #646464. Windows color (decimal): -6990540 or 3429781. OLE color: 3429781.

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

Color convert

RGB1498552-
CMYK00.430.650.42
HSL20.41º48.26%39.41%-
HSV(B)20.41º65.1%58.43%-
XYZ16.2613.134.93-
YUV100.37100.7162.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=52.10%
G=29.72%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149855200.430.650.4220.4148.2639.41
Hex95553402B412A143027
Octal2251256405310152246047
Binary1001010110101011101000101011100000110101010100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955534; }

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

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

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

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

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

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

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

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