Html Css Color HEX #84826C Bandicoot

📋 copy color: '#84826C'

red 132 ◦ green 130 ◦ blue 108

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

Shades of Bandicoot #84826C

Tints of Bandicoot #84826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 35.68%
G = 35.14%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84826C (or 0x84826C) is known color: Bandicoot. HEX triplet: 84, 82 and 6C. RGB value is (132,130,108). Sum of RGB (Red+Green+Blue) = 132+130+108=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #84826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84826C is #7B7D93. Grayscale: #808080. Windows color (decimal): -8093076 or 7111300. OLE color: 7111300.

HSL color Cylindrical-coordinate representation of color #84826C: hue angle of 55º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84826C is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 130 108 -
CMYK 0 0.02 0.18 0.48
HSL 55º 0.1% 0.47% -
HSV(B) 55º 0.18% 0.52% -
XYZ 20.21 21.95 17.36 -
YUV 128.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 132 130 108 0 0.02 0.18 0.48 55 0.1 0.47
Hex 84 82 6C 0 2 12 30 37 A 2F
Octal 204 202 154 0 2 22 60 67 12 57
Binary 10000100 10000010 1101100 0 10 10010 110000 110111 1010 101111

Color Harmonies of #84826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84826C

Black with #84826C

Text Example


Text Example

White with #84826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,130,108); }

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

background-color css

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

 a { background-color: rgb(132,130,108); }

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

border-color css

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

 span { border-color: rgb(132,130,108); }

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