Html Css Color HEX #85845F Bandicoot

📋 copy color: '#85845F'

red 133 ◦ green 132 ◦ blue 95

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

Shades of Bandicoot #85845F

Tints of Bandicoot #85845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 36.94%
G = 36.67%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85845F (or 0x85845F) is known color: Bandicoot. HEX triplet: 85, 84 and 5F. RGB value is (133,132,95). Sum of RGB (Red+Green+Blue) = 133+132+95=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85845F is #7A7BA0. Grayscale: #808080. Windows color (decimal): -8027041 or 6259845. OLE color: 6259845.

HSL color Cylindrical-coordinate representation of color #85845F: hue angle of 58.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85845F is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 95 -
CMYK 0 0.01 0.29 0.48
HSL 58.42º 0.17% 0.45% -
HSV(B) 58.42º 0.29% 0.52% -
XYZ 19.99 22.32 14.08 -
YUV 128.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 133 132 95 0 0.01 0.29 0.48 58.42 0.17 0.45
Hex 85 84 5F 0 1 1D 30 3A 11 2D
Octal 205 204 137 0 1 35 60 72 21 55
Binary 10000101 10000100 1011111 0 1 11101 110000 111010 10001 101101

Color Harmonies of #85845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85845F

Black with #85845F

Text Example


Text Example

White with #85845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85845F; }

 p { color: rgb(133,132,95); }

 H1.HeaderClassName
 {
   color: #85845F;
 }
 .AnyTagClassName
 {
   color: #85845F;
 }
</style>

background-color css

<style>
 a { background-color: #85845F; }

 a { background-color: rgb(133,132,95); }

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

border-color css

<style>
 span { border-color: #85845F; }

 span { border-color: rgb(133,132,95); }

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