Html Css Color HEX #888240 Highball

📋 copy color: '#888240'

red 136 ◦ green 130 ◦ blue 64

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

Shades of Highball #888240

Tints of Highball #888240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.39%

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

R = 41.21%
G = 39.39%
B = 19.39%

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

#888240 (or 0x888240) is known color: Highball. HEX triplet: 88, 82 and 40. RGB value is (136,130,64). Sum of RGB (Red+Green+Blue) = 136+130+64=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #888240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888240 is #777DBF. Grayscale: #7C7C7C. Windows color (decimal): -7830976 or 4227720. OLE color: 4227720.

HSL color Cylindrical-coordinate representation of color #888240: hue angle of 55º 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 #888240 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 130 64 -
CMYK 0 0.04 0.53 0.47
HSL 55º 0.36% 0.39% -
HSV(B) 55º 0.53% 0.53% -
XYZ 19.06 21.57 8.01 -
YUV 124.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 136 130 64 0 0.04 0.53 0.47 55 0.36 0.39
Hex 88 82 40 0 4 35 2F 37 24 27
Octal 210 202 100 0 4 65 57 67 44 47
Binary 10001000 10000010 1000000 0 100 110101 101111 110111 100100 100111

Color Harmonies of #888240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888240

Black with #888240

Text Example


Text Example

White with #888240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888240; }

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

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

background-color css

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

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

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

border-color css

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

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

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