Html Css Color HEX #84855A Bandicoot

📋 copy color: '#84855A'

red 132 ◦ green 133 ◦ blue 90

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

Shades of Bandicoot #84855A

Tints of Bandicoot #84855A

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 132 133 90 -
CMYK 0.01 0 0.32 0.48
HSL 61.4º 0.19% 0.44% -
HSV(B) 61.4º 0.32% 0.52% -
XYZ 19.75 22.42 12.96 -
YUV 127.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 132 133 90 0.01 0 0.32 0.48 61.4 0.19 0.44
Hex 84 85 5A 1 0 20 30 3D 13 2C
Octal 204 205 132 1 0 40 60 75 23 54
Binary 10000100 10000101 1011010 1 0 100000 110000 111101 10011 101100

Color Harmonies of #84855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84855A

Black with #84855A

Text Example


Text Example

White with #84855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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