Html Css Color HEX #84805F Bandicoot

📋 copy color: '#84805F'

red 132 ◦ green 128 ◦ blue 95

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

Shades of Bandicoot #84805F

Tints of Bandicoot #84805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 37.18%
G = 36.06%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84805F (or 0x84805F) is known color: Bandicoot. HEX triplet: 84, 80 and 5F. RGB value is (132,128,95). Sum of RGB (Red+Green+Blue) = 132+128+95=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #84805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84805F is #7B7FA0. Grayscale: #7D7D7D. Windows color (decimal): -8093601 or 6258820. OLE color: 6258820.

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

Color convert

RGB 132 128 95 -
CMYK 0 0.03 0.28 0.48
HSL 53.51º 0.16% 0.45% -
HSV(B) 53.51º 0.28% 0.52% -
XYZ 19.3 21.17 13.9 -
YUV 125.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 132 128 95 0 0.03 0.28 0.48 53.51 0.16 0.45
Hex 84 80 5F 0 3 1C 30 36 10 2D
Octal 204 200 137 0 3 34 60 66 20 55
Binary 10000100 10000000 1011111 0 11 11100 110000 110110 10000 101101

Color Harmonies of #84805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84805F

Black with #84805F

Text Example


Text Example

White with #84805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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