Html Css Color HEX #85816B Bandicoot

📋 copy color: '#85816B'

red 133 ◦ green 129 ◦ blue 107

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

Shades of Bandicoot #85816B

Tints of Bandicoot #85816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29%

R = 36.04%
G = 34.96%
B = 29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85816B (or 0x85816B) is known color: Bandicoot. HEX triplet: 85, 81 and 6B. RGB value is (133,129,107). Sum of RGB (Red+Green+Blue) = 133+129+107=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #85816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85816B is #7A7E94. Grayscale: #7F7F7F. Windows color (decimal): -8027797 or 7045509. OLE color: 7045509.

HSL color Cylindrical-coordinate representation of color #85816B: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85816B is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 107 -
CMYK 0 0.03 0.20 0.48
HSL 50.77º 0.11% 0.47% -
HSV(B) 50.77º 0.2% 0.52% -
XYZ 20.18 21.75 17.04 -
YUV 127.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 133 129 107 0 0.03 0.20 0.48 50.77 0.11 0.47
Hex 85 81 6B 0 3 14 30 33 B 2F
Octal 205 201 153 0 3 24 60 63 13 57
Binary 10000101 10000001 1101011 0 11 10100 110000 110011 1011 101111

Color Harmonies of #85816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85816B

Black with #85816B

Text Example


Text Example

White with #85816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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