Html Css Color HEX #85865C Bandicoot

📋 copy color: '#85865C'

red 133 ◦ green 134 ◦ blue 92

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

Shades of Bandicoot #85865C

Tints of Bandicoot #85865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.33%

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

R = 37.05%
G = 37.33%
B = 25.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#85865C (or 0x85865C) is known color: Bandicoot. HEX triplet: 85, 86 and 5C. RGB value is (133,134,92). Sum of RGB (Red+Green+Blue) = 133+134+92=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #85865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85865C is #7A79A3. Grayscale: #818181. Windows color (decimal): -8026532 or 6063749. OLE color: 6063749.

HSL color Cylindrical-coordinate representation of color #85865C: hue angle of 61.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85865C is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 92 -
CMYK 0.01 0 0.31 0.47
HSL 61.43º 0.19% 0.44% -
HSV(B) 61.43º 0.31% 0.53% -
XYZ 20.13 22.81 13.47 -
YUV 128.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 133 134 92 0.01 0 0.31 0.47 61.43 0.19 0.44
Hex 85 86 5C 1 0 1F 2F 3D 13 2C
Octal 205 206 134 1 0 37 57 75 23 54
Binary 10000101 10000110 1011100 1 0 11111 101111 111101 10011 101100

Color Harmonies of #85865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85865C

Black with #85865C

Text Example


Text Example

White with #85865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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