Html Css Color HEX #888241 Highball

📋 copy color: '#888241'

red 136 ◦ green 130 ◦ blue 65

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

Shades of Highball #888241

Tints of Highball #888241

RGB

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

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

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

R = 41.09%
G = 39.27%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#888241 (or 0x888241) is known color: Highball. HEX triplet: 88, 82 and 41. RGB value is (136,130,65). Sum of RGB (Red+Green+Blue) = 136+130+65=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #888241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888241 is #777DBE. Grayscale: #7C7C7C. Windows color (decimal): -7830975 or 4293256. OLE color: 4293256.

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

Color convert

RGB 136 130 65 -
CMYK 0 0.04 0.52 0.47
HSL 54.93º 0.35% 0.39% -
HSV(B) 54.93º 0.52% 0.53% -
XYZ 19.09 21.58 8.16 -
YUV 124.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 136 130 65 0 0.04 0.52 0.47 54.93 0.35 0.39
Hex 88 82 41 0 4 34 2F 37 23 27
Octal 210 202 101 0 4 64 57 67 43 47
Binary 10001000 10000010 1000001 0 100 110100 101111 110111 100011 100111

Color Harmonies of #888241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888241

Black with #888241

Text Example


Text Example

White with #888241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888241; }

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

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

background-color css

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

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

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

border-color css

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

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

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