Html Css Color HEX #88845D Bandicoot

📋 copy color: '#88845D'

red 136 ◦ green 132 ◦ blue 93

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

Shades of Bandicoot #88845D

Tints of Bandicoot #88845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 37.67%
G = 36.57%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88845D (or 0x88845D) is known color: Bandicoot. HEX triplet: 88, 84 and 5D. RGB value is (136,132,93). Sum of RGB (Red+Green+Blue) = 136+132+93=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88845D is #777BA2. Grayscale: #808080. Windows color (decimal): -7830435 or 6128776. OLE color: 6128776.

HSL color Cylindrical-coordinate representation of color #88845D: hue angle of 54.42º 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 #88845D is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 132 93 -
CMYK 0 0.03 0.32 0.47
HSL 54.42º 0.19% 0.45% -
HSV(B) 54.42º 0.32% 0.53% -
XYZ 20.38 22.53 13.63 -
YUV 128.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 136 132 93 0 0.03 0.32 0.47 54.42 0.19 0.45
Hex 88 84 5D 0 3 20 2F 36 13 2D
Octal 210 204 135 0 3 40 57 66 23 55
Binary 10001000 10000100 1011101 0 11 100000 101111 110110 10011 101101

Color Harmonies of #88845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88845D

Black with #88845D

Text Example


Text Example

White with #88845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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