#8B5132

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

Shades of Chelsea Gem #8B5132

Tints of Chelsea Gem #8B5132

Color information

#8B5132 (or 0x8B5132) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 51 and 32. RGB value is (139,81,50). Sum of RGB (Red+Green+Blue) = 139+81+50=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5132 is #74AECD. Grayscale: #5E5E5E. Windows color (decimal): -7646926 or 3297675. OLE color: 3297675.

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

Color convert

RGB1398150-
CMYK00.420.640.45
HSL20.9º47.09%37.06%-
HSV(B)20.9º64.03%54.51%-
XYZ14.1711.64.51-
YUV94.81102.72159.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=51.48%
G=30%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139815000.420.640.4520.947.0937.06
Hex8B513202A402D152f25
Octal2131216205210055255745
Binary1000101110100011100100101010100000010110110101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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