Html Css Color HEX #85845A Bandicoot

📋 copy color: '#85845A'

red 133 ◦ green 132 ◦ blue 90

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

Shades of Bandicoot #85845A

Tints of Bandicoot #85845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 37.46%
G = 37.18%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85845A (or 0x85845A) is known color: Bandicoot. HEX triplet: 85, 84 and 5A. RGB value is (133,132,90). Sum of RGB (Red+Green+Blue) = 133+132+90=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85845A is #7A7BA5. Grayscale: #7F7F7F. Windows color (decimal): -8027046 or 5932165. OLE color: 5932165.

HSL color Cylindrical-coordinate representation of color #85845A: hue angle of 58.6º 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 #85845A is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 90 -
CMYK 0 0.01 0.32 0.48
HSL 58.6º 0.19% 0.44% -
HSV(B) 58.6º 0.32% 0.52% -
XYZ 19.77 22.23 12.92 -
YUV 127.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 133 132 90 0 0.01 0.32 0.48 58.6 0.19 0.44
Hex 85 84 5A 0 1 20 30 3B 13 2C
Octal 205 204 132 0 1 40 60 73 23 54
Binary 10000101 10000100 1011010 0 1 100000 110000 111011 10011 101100

Color Harmonies of #85845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85845A

Black with #85845A

Text Example


Text Example

White with #85845A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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