#8B532C

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

Shades of Chelsea Gem #8B532C

Tints of Chelsea Gem #8B532C

Color information

#8B532C (or 0x8B532C) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 53 and 2C. RGB value is (139,83,44). Sum of RGB (Red+Green+Blue) = 139+83+44=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B532C is #74ACD3. Grayscale: #5F5F5F. Windows color (decimal): -7646420 or 2904971. OLE color: 2904971.

HSL color Cylindrical-coordinate representation of color #8B532C: hue angle of 24.63º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B532C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1398344-
CMYK00.400.680.45
HSL24.63º51.91%35.88%-
HSV(B)24.63º68.35%54.51%-
XYZ14.211.863.92-
YUV95.399.05159.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=52.26%
G=31.20%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139834400.400.680.4524.6351.9135.88
Hex8B532C028442D193424
Octal2131235405010455316444
Binary1000101110100111011000101000100010010110111001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B532C; }

 p { color: rgb(139,83,44); }

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

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

 a { background-color: rgb(139,83,44); }

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

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

 span { border-color: rgb(139,83,44); }

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