Html Css Color HEX #85835D Bandicoot

📋 copy color: '#85835D'

red 133 ◦ green 131 ◦ blue 93

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

Shades of Bandicoot #85835D

Tints of Bandicoot #85835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 37.25%
G = 36.69%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85835D (or 0x85835D) is known color: Bandicoot. HEX triplet: 85, 83 and 5D. RGB value is (133,131,93). Sum of RGB (Red+Green+Blue) = 133+131+93=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85835D is #7A7CA2. Grayscale: #7F7F7F. Windows color (decimal): -8027299 or 6128517. OLE color: 6128517.

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

Color convert

RGB 133 131 93 -
CMYK 0 0.02 0.30 0.48
HSL 57º 0.18% 0.44% -
HSV(B) 57º 0.3% 0.52% -
XYZ 19.76 22.01 13.56 -
YUV 127.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 133 131 93 0 0.02 0.30 0.48 57 0.18 0.44
Hex 85 83 5D 0 2 1E 30 39 12 2C
Octal 205 203 135 0 2 36 60 71 22 54
Binary 10000101 10000011 1011101 0 10 11110 110000 111001 10010 101100

Color Harmonies of #85835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85835D

Black with #85835D

Text Example


Text Example

White with #85835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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