#93532E

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

Shades of Chelsea Gem #93532E

Tints of Chelsea Gem #93532E

Color information

#93532E (or 0x93532E) is unknown color: approx Chelsea Gem. HEX triplet: 93, 53 and 2E. RGB value is (147,83,46). Sum of RGB (Red+Green+Blue) = 147+83+46=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93532E is #6CACD1. Grayscale: #626262. Windows color (decimal): -7122130 or 3036051. OLE color: 3036051.

HSL color Cylindrical-coordinate representation of color #93532E: hue angle of 21.98º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93532E is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1478346-
CMYK00.440.690.42
HSL21.98º52.33%37.84%-
HSV(B)21.98º68.71%57.65%-
XYZ15.6212.594.19-
YUV97.9298.7163.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=53.26%
G=30.07%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147834600.440.690.4221.9852.3337.84
Hex93532E02C452A163426
Octal2231235605410552266446
Binary1001001110100111011100101100100010110101010110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93532E; }

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

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

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

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

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

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

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

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