Html Css Color HEX #85836D Bandicoot

📋 copy color: '#85836D'

red 133 ◦ green 131 ◦ blue 109

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

Shades of Bandicoot #85836D

Tints of Bandicoot #85836D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 35.66%
G = 35.12%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85836D (or 0x85836D) is known color: Bandicoot. HEX triplet: 85, 83 and 6D. RGB value is (133,131,109). Sum of RGB (Red+Green+Blue) = 133+131+109=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #85836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85836D is #7A7C92. Grayscale: #818181. Windows color (decimal): -8027283 or 7177093. OLE color: 7177093.

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

Color convert

RGB 133 131 109 -
CMYK 0 0.02 0.18 0.48
HSL 55º 0.1% 0.47% -
HSV(B) 55º 0.18% 0.52% -
XYZ 20.55 22.32 17.69 -
YUV 129.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 133 131 109 0 0.02 0.18 0.48 55 0.1 0.47
Hex 85 83 6D 0 2 12 30 37 A 2F
Octal 205 203 155 0 2 22 60 67 12 57
Binary 10000101 10000011 1101101 0 10 10010 110000 110111 1010 101111

Color Harmonies of #85836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85836D

Black with #85836D

Text Example


Text Example

White with #85836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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