#935632

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

Shades of Chelsea Gem #935632

Tints of Chelsea Gem #935632

Color information

#935632 (or 0x935632) is unknown color: approx Chelsea Gem. HEX triplet: 93, 56 and 32. RGB value is (147,86,50). Sum of RGB (Red+Green+Blue) = 147+86+50=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #935632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935632 is #6CA9CD. Grayscale: #646464. Windows color (decimal): -7121358 or 3298963. OLE color: 3298963.

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

Color convert

RGB1478650-
CMYK00.410.660.42
HSL22.27º49.24%38.63%-
HSV(B)22.27º65.99%57.65%-
XYZ15.9413.094.7-
YUV100.1499.71161.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=51.94%
G=30.39%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147865000.410.660.4222.2749.2438.63
Hex935632029422A163127
Octal2231266205110252266147
Binary1001001110101101100100101001100001010101010110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935632; }

 p { color: rgb(147,86,50); }

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

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

 a { background-color: rgb(147,86,50); }

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

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

 span { border-color: rgb(147,86,50); }

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