Html Css Color HEX #888038 Highball

📋 copy color: '#888038'

red 136 ◦ green 128 ◦ blue 56

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

Shades of Highball #888038

Tints of Highball #888038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 42.5%
G = 40%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#888038 (or 0x888038) is known color: Highball. HEX triplet: 88, 80 and 38. RGB value is (136,128,56). Sum of RGB (Red+Green+Blue) = 136+128+56=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #888038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888038 is #777FC7. Grayscale: #7A7A7A. Windows color (decimal): -7831496 or 3702920. OLE color: 3702920.

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

Color convert

RGB 136 128 56 -
CMYK 0 0.06 0.59 0.47
HSL 54º 0.42% 0.38% -
HSV(B) 54º 0.59% 0.53% -
XYZ 18.59 20.96 6.81 -
YUV 122.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 136 128 56 0 0.06 0.59 0.47 54 0.42 0.38
Hex 88 80 38 0 6 3B 2F 36 2A 26
Octal 210 200 70 0 6 73 57 66 52 46
Binary 10001000 10000000 111000 0 110 111011 101111 110110 101010 100110

Color Harmonies of #888038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888038

Black with #888038

Text Example


Text Example

White with #888038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888038; }

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

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

background-color css

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

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

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

border-color css

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

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

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