#8B833D

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

Shades of Highball #8B833D

Tints of Highball #8B833D

Color information

#8B833D (or 0x8B833D) is unknown color: approx Highball. HEX triplet: 8B, 83 and 3D. RGB value is (139,131,61). Sum of RGB (Red+Green+Blue) = 139+131+61=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B833D is #747CC2. Grayscale: #7D7D7D. Windows color (decimal): -7634115 or 4031371. OLE color: 4031371.

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

Color convert

RGB13913161-
CMYK00.060.560.45
HSL53.85º39%39.22%-
HSV(B)53.85º56.12%54.51%-
XYZ19.6122.067.64-
YUV125.4191.65137.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=41.99%
G=39.58%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391316100.060.560.4553.853939.22
Hex8B833D06382D362727
Octal21320375067055664747
Binary10001011100000111111010110111000101101110110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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