#8B562E

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

Shades of Chelsea Gem #8B562E

Tints of Chelsea Gem #8B562E

Color information

#8B562E (or 0x8B562E) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 56 and 2E. RGB value is (139,86,46). Sum of RGB (Red+Green+Blue) = 139+86+46=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B562E is #74A9D1. Grayscale: #616161. Windows color (decimal): -7645650 or 3036811. OLE color: 3036811.

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

Color convert

RGB1398646-
CMYK00.380.670.45
HSL25.81º50.27%36.27%-
HSV(B)25.81º66.91%54.51%-
XYZ14.4712.344.2-
YUV97.2999.06157.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 46 (18.36% from 255) = 16.97%
R=51.29%
G=31.73%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139864600.380.670.4525.8150.2736.27
Hex8B562E026432D1a3224
Octal2131265604610355326244
Binary1000101110101101011100100110100001110110111010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,46); }

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

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

 a { background-color: rgb(139,86,46); }

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

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

 span { border-color: rgb(139,86,46); }

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