#935335

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

Shades of Chelsea Gem #935335

Tints of Chelsea Gem #935335

Color information

#935335 (or 0x935335) is unknown color: approx Chelsea Gem. HEX triplet: 93, 53 and 35. RGB value is (147,83,53). Sum of RGB (Red+Green+Blue) = 147+83+53=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #935335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935335 is #6CACCA. Grayscale: #626262. Windows color (decimal): -7122123 or 3494803. OLE color: 3494803.

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

Color convert

RGB1478353-
CMYK00.440.640.42
HSL19.15º47%39.22%-
HSV(B)19.15º63.95%57.65%-
XYZ15.7712.654.98-
YUV98.72102.2162.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=51.94%
G=29.33%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147835300.440.640.4219.154739.22
Hex93533502C402A132f27
Octal2231236505410052235747
Binary1001001110100111101010101100100000010101010011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935335; }

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

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

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

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

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

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

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

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