Html Css Color HEX #85835B Bandicoot

📋 copy color: '#85835B'

red 133 ◦ green 131 ◦ blue 91

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

Shades of Bandicoot #85835B

Tints of Bandicoot #85835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 37.46%
G = 36.9%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85835B (or 0x85835B) is known color: Bandicoot. HEX triplet: 85, 83 and 5B. RGB value is (133,131,91). Sum of RGB (Red+Green+Blue) = 133+131+91=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85835B is #7A7CA4. Grayscale: #7F7F7F. Windows color (decimal): -8027301 or 5997445. OLE color: 5997445.

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

Color convert

RGB 133 131 91 -
CMYK 0 0.02 0.32 0.48
HSL 57.14º 0.19% 0.44% -
HSV(B) 57.14º 0.32% 0.52% -
XYZ 19.68 21.97 13.1 -
YUV 127.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 133 131 91 0 0.02 0.32 0.48 57.14 0.19 0.44
Hex 85 83 5B 0 2 20 30 39 13 2C
Octal 205 203 133 0 2 40 60 71 23 54
Binary 10000101 10000011 1011011 0 10 100000 110000 111001 10011 101100

Color Harmonies of #85835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85835B

Black with #85835B

Text Example


Text Example

White with #85835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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