Html Css Color HEX #84835A Bandicoot

📋 copy color: '#84835A'

red 132 ◦ green 131 ◦ blue 90

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

Shades of Bandicoot #84835A

Tints of Bandicoot #84835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

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

R = 37.39%
G = 37.11%
B = 25.5%

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

#84835A (or 0x84835A) is known color: Bandicoot. HEX triplet: 84, 83 and 5A. RGB value is (132,131,90). Sum of RGB (Red+Green+Blue) = 132+131+90=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #84835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84835A is #7B7CA5. Grayscale: #7E7E7E. Windows color (decimal): -8092838 or 5931908. OLE color: 5931908.

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

Color convert

RGB 132 131 90 -
CMYK 0 0.01 0.32 0.48
HSL 58.57º 0.19% 0.44% -
HSV(B) 58.57º 0.32% 0.52% -
XYZ 19.48 21.88 12.87 -
YUV 126.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 132 131 90 0 0.01 0.32 0.48 58.57 0.19 0.44
Hex 84 83 5A 0 1 20 30 3B 13 2C
Octal 204 203 132 0 1 40 60 73 23 54
Binary 10000100 10000011 1011010 0 1 100000 110000 111011 10011 101100

Color Harmonies of #84835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84835A

Black with #84835A

Text Example


Text Example

White with #84835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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