#955530

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

Shades of Chelsea Gem #955530

Tints of Chelsea Gem #955530

Color information

#955530 (or 0x955530) is unknown color: approx Chelsea Gem. HEX triplet: 95, 55 and 30. RGB value is (149,85,48). Sum of RGB (Red+Green+Blue) = 149+85+48=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #955530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955530 is #6AAACF. Grayscale: #646464. Windows color (decimal): -6990544 or 3167637. OLE color: 3167637.

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

Color convert

RGB1498548-
CMYK00.430.680.42
HSL21.98º51.27%38.63%-
HSV(B)21.98º67.79%58.43%-
XYZ16.1813.14.47-
YUV99.9298.7163.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 48 (19.14% from 255) = 17.02%
R=52.84%
G=30.14%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149854800.430.680.4221.9851.2738.63
Hex95553002B442A163327
Octal2251256005310452266347
Binary1001010110101011100000101011100010010101010110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955530; }

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

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

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

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

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

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

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

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