#8B8B83

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

Shades of Jumbo #8B8B83

Tints of Jumbo #8B8B83

Color information

#8B8B83 (or 0x8B8B83) is unknown color: approx Jumbo. HEX triplet: 8B, 8B and 83. RGB value is (139,139,131). Sum of RGB (Red+Green+Blue) = 139+139+131=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8B83 is #74747C. Grayscale: #8A8A8A. Windows color (decimal): -7631997 or 8620939. OLE color: 8620939.

HSL color Cylindrical-coordinate representation of color #8B8B83: hue angle of 60º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8B83 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB139139131-
CMYK000.060.45
HSL60º3.33%52.94%-
HSV(B)60º5.76%54.51%-
XYZ23.9825.5925.15-
YUV138.09124128.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.99%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=33.99%
G=33.99%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139139131000.060.45603.3352.94
Hex8B8B830062D3c335
Octal2132132030065574365
Binary1000101110001011100000110011010110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,139,131); }

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

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

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

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

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

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

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