Html Css Color HEX #85836A Bandicoot

📋 copy color: '#85836A'

red 133 ◦ green 131 ◦ blue 106

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

Shades of Bandicoot #85836A

Tints of Bandicoot #85836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.65%

R = 35.95%
G = 35.41%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85836A (or 0x85836A) is known color: Bandicoot. HEX triplet: 85, 83 and 6A. RGB value is (133,131,106). Sum of RGB (Red+Green+Blue) = 133+131+106=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85836A is #7A7C95. Grayscale: #808080. Windows color (decimal): -8027286 or 6980485. OLE color: 6980485.

HSL color Cylindrical-coordinate representation of color #85836A: hue angle of 55.56º 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 #85836A is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 106 -
CMYK 0 0.02 0.20 0.48
HSL 55.56º 0.11% 0.47% -
HSV(B) 55.56º 0.2% 0.52% -
XYZ 20.39 22.26 16.86 -
YUV 128.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 133 131 106 0 0.02 0.20 0.48 55.56 0.11 0.47
Hex 85 83 6A 0 2 14 30 38 B 2F
Octal 205 203 152 0 2 24 60 70 13 57
Binary 10000101 10000011 1101010 0 10 10100 110000 111000 1011 101111

Color Harmonies of #85836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85836A

Black with #85836A

Text Example


Text Example

White with #85836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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