Html Css Color HEX #88835E Bandicoot

📋 copy color: '#88835E'

red 136 ◦ green 131 ◦ blue 94

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

Shades of Bandicoot #88835E

Tints of Bandicoot #88835E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 37.67%
G = 36.29%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88835E (or 0x88835E) is known color: Bandicoot. HEX triplet: 88, 83 and 5E. RGB value is (136,131,94). Sum of RGB (Red+Green+Blue) = 136+131+94=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88835E is #777CA1. Grayscale: #808080. Windows color (decimal): -7830690 or 6194056. OLE color: 6194056.

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

Color convert

RGB 136 131 94 -
CMYK 0 0.04 0.31 0.47
HSL 52.86º 0.18% 0.45% -
HSV(B) 52.86º 0.31% 0.53% -
XYZ 20.29 22.27 13.82 -
YUV 128.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 136 131 94 0 0.04 0.31 0.47 52.86 0.18 0.45
Hex 88 83 5E 0 4 1F 2F 35 12 2D
Octal 210 203 136 0 4 37 57 65 22 55
Binary 10001000 10000011 1011110 0 100 11111 101111 110101 10010 101101

Color Harmonies of #88835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88835E

Black with #88835E

Text Example


Text Example

White with #88835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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