Html Css Color HEX #85816C Bandicoot

📋 copy color: '#85816C'

red 133 ◦ green 129 ◦ blue 108

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

Shades of Bandicoot #85816C

Tints of Bandicoot #85816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

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

R = 35.95%
G = 34.86%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85816C (or 0x85816C) is known color: Bandicoot. HEX triplet: 85, 81 and 6C. RGB value is (133,129,108). Sum of RGB (Red+Green+Blue) = 133+129+108=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85816C is #7A7E93. Grayscale: #7F7F7F. Windows color (decimal): -8027796 or 7111045. OLE color: 7111045.

HSL color Cylindrical-coordinate representation of color #85816C: hue angle of 50.4º 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 #85816C is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 108 -
CMYK 0 0.03 0.19 0.48
HSL 50.4º 0.1% 0.47% -
HSV(B) 50.4º 0.19% 0.52% -
XYZ 20.23 21.77 17.32 -
YUV 127.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 133 129 108 0 0.03 0.19 0.48 50.4 0.1 0.47
Hex 85 81 6C 0 3 13 30 32 A 2F
Octal 205 201 154 0 3 23 60 62 12 57
Binary 10000101 10000001 1101100 0 11 10011 110000 110010 1010 101111

Color Harmonies of #85816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85816C

Black with #85816C

Text Example


Text Example

White with #85816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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