Html Css Color HEX #88835D Bandicoot

📋 copy color: '#88835D'

red 136 ◦ green 131 ◦ blue 93

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

Shades of Bandicoot #88835D

Tints of Bandicoot #88835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 37.78%
G = 36.39%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88835D (or 0x88835D) is known color: Bandicoot. HEX triplet: 88, 83 and 5D. RGB value is (136,131,93). Sum of RGB (Red+Green+Blue) = 136+131+93=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88835D is #777CA2. Grayscale: #808080. Windows color (decimal): -7830691 or 6128520. OLE color: 6128520.

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

Color convert

RGB 136 131 93 -
CMYK 0 0.04 0.32 0.47
HSL 53.02º 0.19% 0.45% -
HSV(B) 53.02º 0.32% 0.53% -
XYZ 20.25 22.26 13.58 -
YUV 128.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 136 131 93 0 0.04 0.32 0.47 53.02 0.19 0.45
Hex 88 83 5D 0 4 20 2F 35 13 2D
Octal 210 203 135 0 4 40 57 65 23 55
Binary 10001000 10000011 1011101 0 100 100000 101111 110101 10011 101101

Color Harmonies of #88835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88835D

Black with #88835D

Text Example


Text Example

White with #88835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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