Html Css Color HEX #84835C Bandicoot

📋 copy color: '#84835C'

red 132 ◦ green 131 ◦ blue 92

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

Shades of Bandicoot #84835C

Tints of Bandicoot #84835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 37.18%
G = 36.9%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84835C (or 0x84835C) is known color: Bandicoot. HEX triplet: 84, 83 and 5C. RGB value is (132,131,92). Sum of RGB (Red+Green+Blue) = 132+131+92=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #84835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84835C is #7B7CA3. Grayscale: #7F7F7F. Windows color (decimal): -8092836 or 6062980. OLE color: 6062980.

HSL color Cylindrical-coordinate representation of color #84835C: hue angle of 58.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84835C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 131 92 -
CMYK 0 0.01 0.30 0.48
HSL 58.5º 0.18% 0.44% -
HSV(B) 58.5º 0.3% 0.52% -
XYZ 19.56 21.91 13.32 -
YUV 126.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 132 131 92 0 0.01 0.30 0.48 58.5 0.18 0.44
Hex 84 83 5C 0 1 1E 30 3A 12 2C
Octal 204 203 134 0 1 36 60 72 22 54
Binary 10000100 10000011 1011100 0 1 11110 110000 111010 10010 101100

Color Harmonies of #84835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84835C

Black with #84835C

Text Example


Text Example

White with #84835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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