#935033

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

Shades of Chelsea Gem #935033

Tints of Chelsea Gem #935033

Color information

#935033 (or 0x935033) is unknown color: approx Chelsea Gem. HEX triplet: 93, 50 and 33. RGB value is (147,80,51). Sum of RGB (Red+Green+Blue) = 147+80+51=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #935033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935033 is #6CAFCC. Grayscale: #606060. Windows color (decimal): -7122893 or 3362963. OLE color: 3362963.

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

Color convert

RGB1478051-
CMYK00.460.650.42
HSL18.12º48.48%38.82%-
HSV(B)18.12º65.31%57.65%-
XYZ15.512.184.67-
YUV96.73102.2163.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.88%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=52.88%
G=28.78%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147805100.460.650.4218.1248.4838.82
Hex93503302E412A123027
Octal2231206305610152226047
Binary1001001110100001100110101110100000110101010010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935033; }

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

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

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

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

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

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

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

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