Html Css Color HEX #85835C Bandicoot

📋 copy color: '#85835C'

red 133 ◦ green 131 ◦ blue 92

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

Shades of Bandicoot #85835C

Tints of Bandicoot #85835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 37.36%
G = 36.8%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85835C (or 0x85835C) is known color: Bandicoot. HEX triplet: 85, 83 and 5C. RGB value is (133,131,92). Sum of RGB (Red+Green+Blue) = 133+131+92=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85835C is #7A7CA3. Grayscale: #7F7F7F. Windows color (decimal): -8027300 or 6062981. OLE color: 6062981.

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

Color convert

RGB 133 131 92 -
CMYK 0 0.02 0.31 0.48
HSL 57.07º 0.18% 0.44% -
HSV(B) 57.07º 0.31% 0.52% -
XYZ 19.72 21.99 13.33 -
YUV 127.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 133 131 92 0 0.02 0.31 0.48 57.07 0.18 0.44
Hex 85 83 5C 0 2 1F 30 39 12 2C
Octal 205 203 134 0 2 37 60 71 22 54
Binary 10000101 10000011 1011100 0 10 11111 110000 111001 10010 101100

Color Harmonies of #85835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85835C

Black with #85835C

Text Example


Text Example

White with #85835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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