Html Css Color HEX #85836E Bandicoot

📋 copy color: '#85836E'

red 133 ◦ green 131 ◦ blue 110

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

Shades of Bandicoot #85836E

Tints of Bandicoot #85836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 35.56%
G = 35.03%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85836E (or 0x85836E) is known color: Bandicoot. HEX triplet: 85, 83 and 6E. RGB value is (133,131,110). Sum of RGB (Red+Green+Blue) = 133+131+110=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #85836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85836E is #7A7C91. Grayscale: #818181. Windows color (decimal): -8027282 or 7242629. OLE color: 7242629.

HSL color Cylindrical-coordinate representation of color #85836E: hue angle of 54.78º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85836E is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 110 -
CMYK 0 0.02 0.17 0.48
HSL 54.78º 0.09% 0.48% -
HSV(B) 54.78º 0.17% 0.52% -
XYZ 20.6 22.34 17.98 -
YUV 129.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 133 131 110 0 0.02 0.17 0.48 54.78 0.09 0.48
Hex 85 83 6E 0 2 11 30 37 9 30
Octal 205 203 156 0 2 21 60 67 11 60
Binary 10000101 10000011 1101110 0 10 10001 110000 110111 1001 110000

Color Harmonies of #85836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85836E

Black with #85836E

Text Example


Text Example

White with #85836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,131,110); }

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

background-color css

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

 a { background-color: rgb(133,131,110); }

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

border-color css

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

 span { border-color: rgb(133,131,110); }

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