#965232

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

Shades of Chelsea Gem #965232

Tints of Chelsea Gem #965232

Color information

#965232 (or 0x965232) is unknown color: approx Chelsea Gem. HEX triplet: 96, 52 and 32. RGB value is (150,82,50). Sum of RGB (Red+Green+Blue) = 150+82+50=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #965232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965232 is #69ADCD. Grayscale: #626262. Windows color (decimal): -6925774 or 3297942. OLE color: 3297942.

HSL color Cylindrical-coordinate representation of color #965232: hue angle of 19.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #965232 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1508250-
CMYK00.450.670.41
HSL19.2º50%39.22%-
HSV(B)19.2º66.67%58.82%-
XYZ16.1712.754.63-
YUV98.68100.53164.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=53.19%
G=29.08%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150825000.450.670.4119.25039.22
Hex96523202D4329133227
Octal2261226205510351236247
Binary1001011010100101100100101101100001110100110011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965232; }

 p { color: rgb(150,82,50); }

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

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

 a { background-color: rgb(150,82,50); }

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

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

 span { border-color: rgb(150,82,50); }

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