#935334

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

Shades of Chelsea Gem #935334

Tints of Chelsea Gem #935334

Color information

#935334 (or 0x935334) is unknown color: approx Chelsea Gem. HEX triplet: 93, 53 and 34. RGB value is (147,83,52). Sum of RGB (Red+Green+Blue) = 147+83+52=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #935334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935334 is #6CACCB. Grayscale: #626262. Windows color (decimal): -7122124 or 3429267. OLE color: 3429267.

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

Color convert

RGB1478352-
CMYK00.440.650.42
HSL19.58º47.74%39.02%-
HSV(B)19.58º64.63%57.65%-
XYZ15.7512.644.86-
YUV98.6101.7162.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.13%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=52.13%
G=29.43%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147835200.440.650.4219.5847.7439.02
Hex93533402C412A143027
Octal2231236405410152246047
Binary1001001110100111101000101100100000110101010100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935334; }

 p { color: rgb(147,83,52); }

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

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

 a { background-color: rgb(147,83,52); }

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

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

 span { border-color: rgb(147,83,52); }

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