Html Css Color HEX #888340 Highball

📋 copy color: '#888340'

red 136 ◦ green 131 ◦ blue 64

#888340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highball #888340

Tints of Highball #888340

RGB

 RED value IS 136 (53.52% from 255) = 41.09%

 GREEN value IS 131 (51.56% from 255) = 39.58%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 41.09%
G = 39.58%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#888340 (or 0x888340) is known color: Highball. HEX triplet: 88, 83 and 40. RGB value is (136,131,64). Sum of RGB (Red+Green+Blue) = 136+131+64=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #888340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888340 is #777CBF. Grayscale: #7D7D7D. Windows color (decimal): -7830720 or 4227976. OLE color: 4227976.

HSL color Cylindrical-coordinate representation of color #888340: hue angle of 55.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #888340 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 131 64 -
CMYK 0 0.04 0.53 0.47
HSL 55.83º 0.36% 0.39% -
HSV(B) 55.83º 0.53% 0.53% -
XYZ 19.2 21.84 8.05 -
YUV 124.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 136 131 64 0 0.04 0.53 0.47 55.83 0.36 0.39
Hex 88 83 40 0 4 35 2F 38 24 27
Octal 210 203 100 0 4 65 57 70 44 47
Binary 10001000 10000011 1000000 0 100 110101 101111 111000 100100 100111

Color Harmonies of #888340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888340

Black with #888340

Text Example


Text Example

White with #888340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888340; }

 p { color: rgb(136,131,64); }

 H1.HeaderClassName
 {
   color: #888340;
 }
 .AnyTagClassName
 {
   color: #888340;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #888340;
 }
 .BgClassName
 {
   background-color: #888340;
 }
</style>

border-color css

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

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

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