Html Css Color HEX #85845D Bandicoot

📋 copy color: '#85845D'

red 133 ◦ green 132 ◦ blue 93

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

Shades of Bandicoot #85845D

Tints of Bandicoot #85845D

RGB

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

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

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

R = 37.15%
G = 36.87%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85845D (or 0x85845D) is known color: Bandicoot. HEX triplet: 85, 84 and 5D. RGB value is (133,132,93). Sum of RGB (Red+Green+Blue) = 133+132+93=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #85845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85845D is #7A7BA2. Grayscale: #808080. Windows color (decimal): -8027043 or 6128773. OLE color: 6128773.

HSL color Cylindrical-coordinate representation of color #85845D: hue angle of 58.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 #85845D is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 93 -
CMYK 0 0.01 0.30 0.48
HSL 58.5º 0.18% 0.44% -
HSV(B) 58.5º 0.3% 0.52% -
XYZ 19.9 22.28 13.61 -
YUV 127.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 133 132 93 0 0.01 0.30 0.48 58.5 0.18 0.44
Hex 85 84 5D 0 1 1E 30 3A 12 2C
Octal 205 204 135 0 1 36 60 72 22 54
Binary 10000101 10000100 1011101 0 1 11110 110000 111010 10010 101100

Color Harmonies of #85845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85845D

Black with #85845D

Text Example


Text Example

White with #85845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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