#8B512F

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

Shades of Chelsea Gem #8B512F

Tints of Chelsea Gem #8B512F

Color information

#8B512F (or 0x8B512F) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 51 and 2F. RGB value is (139,81,47). Sum of RGB (Red+Green+Blue) = 139+81+47=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B512F is #74AED0. Grayscale: #5E5E5E. Windows color (decimal): -7646929 or 3101067. OLE color: 3101067.

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

Color convert

RGB1398147-
CMYK00.420.660.45
HSL22.17º49.46%36.47%-
HSV(B)22.17º66.19%54.51%-
XYZ14.111.584.18-
YUV94.47101.22159.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.06%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=52.06%
G=30.34%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139814700.420.660.4522.1749.4636.47
Hex8B512F02A422D163124
Octal2131215705210255266144
Binary1000101110100011011110101010100001010110110110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,81,47); }

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

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

 a { background-color: rgb(139,81,47); }

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

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

 span { border-color: rgb(139,81,47); }

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