Html Css Color HEX #888041 Highball

📋 copy color: '#888041'

red 136 ◦ green 128 ◦ blue 65

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

Shades of Highball #888041

Tints of Highball #888041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 41.34%
G = 38.91%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#888041 (or 0x888041) is known color: Highball. HEX triplet: 88, 80 and 41. RGB value is (136,128,65). Sum of RGB (Red+Green+Blue) = 136+128+65=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #888041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888041 is #777FBE. Grayscale: #7B7B7B. Windows color (decimal): -7831487 or 4292744. OLE color: 4292744.

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

Color convert

RGB 136 128 65 -
CMYK 0 0.06 0.52 0.47
HSL 53.24º 0.35% 0.39% -
HSV(B) 53.24º 0.52% 0.53% -
XYZ 18.83 21.05 8.07 -
YUV 123.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 136 128 65 0 0.06 0.52 0.47 53.24 0.35 0.39
Hex 88 80 41 0 6 34 2F 35 23 27
Octal 210 200 101 0 6 64 57 65 43 47
Binary 10001000 10000000 1000001 0 110 110100 101111 110101 100011 100111

Color Harmonies of #888041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888041

Black with #888041

Text Example


Text Example

White with #888041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888041; }

 p { color: rgb(136,128,65); }

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

background-color css

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

 a { background-color: rgb(136,128,65); }

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

border-color css

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

 span { border-color: rgb(136,128,65); }

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