#8B5432

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

Shades of Chelsea Gem #8B5432

Tints of Chelsea Gem #8B5432

Color information

#8B5432 (or 0x8B5432) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 54 and 32. RGB value is (139,84,50). Sum of RGB (Red+Green+Blue) = 139+84+50=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5432 is #74ABCD. Grayscale: #606060. Windows color (decimal): -7646158 or 3298443. OLE color: 3298443.

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

Color convert

RGB1398450-
CMYK00.400.640.45
HSL22.92º47.09%37.06%-
HSV(B)22.92º64.03%54.51%-
XYZ14.3912.064.59-
YUV96.57101.72158.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=50.92%
G=30.77%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139845000.400.640.4522.9247.0937.06
Hex8B5432028402D172f25
Octal2131246205010055275745
Binary1000101110101001100100101000100000010110110111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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