Html Css Color HEX #85805D Bandicoot

📋 copy color: '#85805D'

red 133 ◦ green 128 ◦ blue 93

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

Shades of Bandicoot #85805D

Tints of Bandicoot #85805D

RGB

 RED value IS 133 (52.34% from 255) = 37.57%

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

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

R = 37.57%
G = 36.16%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85805D (or 0x85805D) is known color: Bandicoot. HEX triplet: 85, 80 and 5D. RGB value is (133,128,93). Sum of RGB (Red+Green+Blue) = 133+128+93=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #85805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85805D is #7A7FA2. Grayscale: #7D7D7D. Windows color (decimal): -8028067 or 6127749. OLE color: 6127749.

HSL color Cylindrical-coordinate representation of color #85805D: hue angle of 52.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85805D is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 93 -
CMYK 0 0.04 0.30 0.48
HSL 52.5º 0.18% 0.44% -
HSV(B) 52.5º 0.3% 0.52% -
XYZ 19.37 21.22 13.43 -
YUV 125.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 133 128 93 0 0.04 0.30 0.48 52.5 0.18 0.44
Hex 85 80 5D 0 4 1E 30 34 12 2C
Octal 205 200 135 0 4 36 60 64 22 54
Binary 10000101 10000000 1011101 0 100 11110 110000 110100 10010 101100

Color Harmonies of #85805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85805D

Black with #85805D

Text Example


Text Example

White with #85805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,128,93); }

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

background-color css

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

 a { background-color: rgb(133,128,93); }

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

border-color css

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

 span { border-color: rgb(133,128,93); }

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