#8B8530

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

Shades of Highball #8B8530

Tints of Highball #8B8530

Color information

#8B8530 (or 0x8B8530) is unknown color: approx Highball. HEX triplet: 8B, 85 and 30. RGB value is (139,133,48). Sum of RGB (Red+Green+Blue) = 139+133+48=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8530 is #747ACF. Grayscale: #7D7D7D. Windows color (decimal): -7633616 or 3179915. OLE color: 3179915.

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

Color convert

RGB13913348-
CMYK00.040.650.45
HSL56.04º48.66%36.67%-
HSV(B)56.04º65.47%54.51%-
XYZ19.5722.486.1-
YUV125.184.49137.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 48 (19.14% from 255) = 15%
R=43.44%
G=41.56%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391334800.040.650.4556.0448.6636.67
Hex8B853004412D383125
Octal213205600410155706145
Binary100010111000010111000001001000001101101111000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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