#935232

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

Shades of Chelsea Gem #935232

Tints of Chelsea Gem #935232

Color information

#935232 (or 0x935232) is unknown color: approx Chelsea Gem. HEX triplet: 93, 52 and 32. RGB value is (147,82,50). Sum of RGB (Red+Green+Blue) = 147+82+50=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #935232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935232 is #6CADCD. Grayscale: #616161. Windows color (decimal): -7122382 or 3297939. OLE color: 3297939.

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

Color convert

RGB1478250-
CMYK00.440.660.42
HSL19.79º49.24%38.63%-
HSV(B)19.79º65.99%57.65%-
XYZ15.6312.474.6-
YUV97.79101.03163.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=52.69%
G=29.39%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147825000.440.660.4219.7949.2438.63
Hex93523202C422A143127
Octal2231226205410252246147
Binary1001001110100101100100101100100001010101010100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935232; }

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

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

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

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

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

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

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

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