#8B5530

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

Shades of Chelsea Gem #8B5530

Tints of Chelsea Gem #8B5530

Color information

#8B5530 (or 0x8B5530) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 55 and 30. RGB value is (139,85,48). Sum of RGB (Red+Green+Blue) = 139+85+48=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5530 is #74AACF. Grayscale: #616161. Windows color (decimal): -7645904 or 3167627. OLE color: 3167627.

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

Color convert

RGB1398548-
CMYK00.390.650.45
HSL24.4º48.66%36.67%-
HSV(B)24.4º65.47%54.51%-
XYZ14.4312.24.39-
YUV96.93100.39158.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 48 (19.14% from 255) = 17.65%
R=51.10%
G=31.25%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139854800.390.650.4524.448.6636.67
Hex8B5530027412D183125
Octal2131256004710155306145
Binary1000101110101011100000100111100000110110111000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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