Html Css Color HEX #85836C Bandicoot

📋 copy color: '#85836C'

red 133 ◦ green 131 ◦ blue 108

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

Shades of Bandicoot #85836C

Tints of Bandicoot #85836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 35.75%
G = 35.22%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85836C (or 0x85836C) is known color: Bandicoot. HEX triplet: 85, 83 and 6C. RGB value is (133,131,108). Sum of RGB (Red+Green+Blue) = 133+131+108=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #85836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85836C is #7A7C93. Grayscale: #818181. Windows color (decimal): -8027284 or 7111557. OLE color: 7111557.

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

Color convert

RGB 133 131 108 -
CMYK 0 0.02 0.19 0.48
HSL 55.2º 0.1% 0.47% -
HSV(B) 55.2º 0.19% 0.52% -
XYZ 20.5 22.3 17.41 -
YUV 128.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 133 131 108 0 0.02 0.19 0.48 55.2 0.1 0.47
Hex 85 83 6C 0 2 13 30 37 A 2F
Octal 205 203 154 0 2 23 60 67 12 57
Binary 10000101 10000011 1101100 0 10 10011 110000 110111 1010 101111

Color Harmonies of #85836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85836C

Black with #85836C

Text Example


Text Example

White with #85836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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