#965233

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

Shades of Chelsea Gem #965233

Tints of Chelsea Gem #965233

Color information

#965233 (or 0x965233) is unknown color: approx Chelsea Gem. HEX triplet: 96, 52 and 33. RGB value is (150,82,51). Sum of RGB (Red+Green+Blue) = 150+82+51=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #965233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965233 is #69ADCC. Grayscale: #626262. Windows color (decimal): -6925773 or 3363478. OLE color: 3363478.

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

Color convert

RGB1508251-
CMYK00.450.660.41
HSL18.79º49.25%39.41%-
HSV(B)18.79º66%58.82%-
XYZ16.1912.764.74-
YUV98.8101.03164.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=53.00%
G=28.98%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150825100.450.660.4118.7949.2539.41
Hex96523302D4229133127
Octal2261226305510251236147
Binary1001011010100101100110101101100001010100110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965233; }

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

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

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

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

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

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

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

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