#955032

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

Shades of Chelsea Gem #955032

Tints of Chelsea Gem #955032

Color information

#955032 (or 0x955032) is unknown color: approx Chelsea Gem. HEX triplet: 95, 50 and 32. RGB value is (149,80,50). Sum of RGB (Red+Green+Blue) = 149+80+50=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #955032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955032 is #6AAFCD. Grayscale: #616161. Windows color (decimal): -6991822 or 3297429. OLE color: 3297429.

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

Color convert

RGB1498050-
CMYK00.460.660.42
HSL18.18º49.75%39.02%-
HSV(B)18.18º66.44%58.43%-
XYZ15.8412.364.57-
YUV97.21101.36164.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=53.41%
G=28.67%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149805000.460.660.4218.1849.7539.02
Hex95503202E422A123227
Octal2251206205610252226247
Binary1001010110100001100100101110100001010101010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955032; }

 p { color: rgb(149,80,50); }

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

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

 a { background-color: rgb(149,80,50); }

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

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

 span { border-color: rgb(149,80,50); }

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