#8B5532

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

Shades of Chelsea Gem #8B5532

Tints of Chelsea Gem #8B5532

Color information

#8B5532 (or 0x8B5532) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 55 and 32. RGB value is (139,85,50). Sum of RGB (Red+Green+Blue) = 139+85+50=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5532 is #74AACD. Grayscale: #616161. Windows color (decimal): -7645902 or 3298699. OLE color: 3298699.

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

Color convert

RGB1398550-
CMYK00.390.640.45
HSL23.6º47.09%37.06%-
HSV(B)23.6º64.03%54.51%-
XYZ14.4712.224.61-
YUV97.16101.39157.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.73%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 50 (19.92% from 255) = 18.25%
R=50.73%
G=31.02%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139855000.390.640.4523.647.0937.06
Hex8B5532027402D182f25
Octal2131256204710055305745
Binary1000101110101011100100100111100000010110111000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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