#8B542B

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

Shades of Chelsea Gem #8B542B

Tints of Chelsea Gem #8B542B

Color information

#8B542B (or 0x8B542B) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 54 and 2B. RGB value is (139,84,43). Sum of RGB (Red+Green+Blue) = 139+84+43=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B542B is #74ABD4. Grayscale: #5F5F5F. Windows color (decimal): -7646165 or 2839691. OLE color: 2839691.

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

Color convert

RGB1398443-
CMYK00.400.690.45
HSL25.62º52.75%35.69%-
HSV(B)25.62º69.06%54.51%-
XYZ14.25123.85-
YUV95.7798.22158.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=52.26%
G=31.58%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139844300.400.690.4525.6252.7535.69
Hex8B542B028452D1a3524
Octal2131245305010555326544
Binary1000101110101001010110101000100010110110111010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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