#8B542C

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

Shades of Chelsea Gem #8B542C

Tints of Chelsea Gem #8B542C

Color information

#8B542C (or 0x8B542C) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 54 and 2C. RGB value is (139,84,44). Sum of RGB (Red+Green+Blue) = 139+84+44=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B542C is #74ABD3. Grayscale: #606060. Windows color (decimal): -7646164 or 2905227. OLE color: 2905227.

HSL color Cylindrical-coordinate representation of color #8B542C: hue angle of 25.26º 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 #8B542C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1398444-
CMYK00.400.680.45
HSL25.26º51.91%35.88%-
HSV(B)25.26º68.35%54.51%-
XYZ14.2712.013.95-
YUV95.8898.72158.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.06%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=52.06%
G=31.46%
B=16.48%

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
Decimal139844400.400.680.4525.2651.9135.88
Hex8B542C028442D193424
Octal2131245405010455316444
Binary1000101110101001011000101000100010010110111001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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