#93512B

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

Shades of Chelsea Gem #93512B

Tints of Chelsea Gem #93512B

Color information

#93512B (or 0x93512B) is unknown color: approx Chelsea Gem. HEX triplet: 93, 51 and 2B. RGB value is (147,81,43). Sum of RGB (Red+Green+Blue) = 147+81+43=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #93512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93512B is #6CAED4. Grayscale: #606060. Windows color (decimal): -7122645 or 2838931. OLE color: 2838931.

HSL color Cylindrical-coordinate representation of color #93512B: hue angle of 21.92º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93512B is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1478143-
CMYK00.450.710.42
HSL21.92º54.74%37.25%-
HSV(B)21.92º70.75%57.65%-
XYZ15.4112.263.84-
YUV96.497.87164.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.24%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 43 (17.19% from 255) = 15.87%
R=54.24%
G=29.89%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147814300.450.710.4221.9254.7437.25
Hex93512B02D472A163725
Octal2231215305510752266745
Binary1001001110100011010110101101100011110101010110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93512B; }

 p { color: rgb(147,81,43); }

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

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

 a { background-color: rgb(147,81,43); }

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

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

 span { border-color: rgb(147,81,43); }

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