#965033

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

Shades of Chelsea Gem #965033

Tints of Chelsea Gem #965033

Color information

#965033 (or 0x965033) is unknown color: approx Chelsea Gem. HEX triplet: 96, 50 and 33. RGB value is (150,80,51). Sum of RGB (Red+Green+Blue) = 150+80+51=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #965033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965033 is #69AFCC. Grayscale: #616161. Windows color (decimal): -6926285 or 3362966. OLE color: 3362966.

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

Color convert

RGB1508051-
CMYK00.470.660.41
HSL17.58º49.25%39.41%-
HSV(B)17.58º66%58.82%-
XYZ16.0412.464.69-
YUV97.62101.69165.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=53.38%
G=28.47%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150805100.470.660.4117.5849.2539.41
Hex96503302F4229123127
Octal2261206305710251226147
Binary1001011010100001100110101111100001010100110010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965033; }

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

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

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

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

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

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

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

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