#955932

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

Shades of Chelsea Gem #955932

Tints of Chelsea Gem #955932

Color information

#955932 (or 0x955932) is unknown color: approx Chelsea Gem. HEX triplet: 95, 59 and 32. RGB value is (149,89,50). Sum of RGB (Red+Green+Blue) = 149+89+50=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #955932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955932 is #6AA6CD. Grayscale: #666666. Windows color (decimal): -6989518 or 3299733. OLE color: 3299733.

HSL color Cylindrical-coordinate representation of color #955932: hue angle of 23.64º 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 #955932 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1498950-
CMYK00.400.660.42
HSL23.64º49.75%39.02%-
HSV(B)23.64º66.44%58.43%-
XYZ16.5413.764.8-
YUV102.4998.38161.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=51.74%
G=30.90%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149895000.400.660.4223.6449.7539.02
Hex955932028422A183227
Octal2251316205010252306247
Binary1001010110110011100100101000100001010101011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955932; }

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

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

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

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

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

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

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

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