Html Css Color HEX #84826B Bandicoot

📋 copy color: '#84826B'

red 132 ◦ green 130 ◦ blue 107

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

Shades of Bandicoot #84826B

Tints of Bandicoot #84826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29%

R = 35.77%
G = 35.23%
B = 29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84826B (or 0x84826B) is known color: Bandicoot. HEX triplet: 84, 82 and 6B. RGB value is (132,130,107). Sum of RGB (Red+Green+Blue) = 132+130+107=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #84826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84826B is #7B7D94. Grayscale: #808080. Windows color (decimal): -8093077 or 7045764. OLE color: 7045764.

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

Color convert

RGB 132 130 107 -
CMYK 0 0.02 0.19 0.48
HSL 55.2º 0.1% 0.47% -
HSV(B) 55.2º 0.19% 0.52% -
XYZ 20.15 21.93 17.08 -
YUV 127.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 132 130 107 0 0.02 0.19 0.48 55.2 0.1 0.47
Hex 84 82 6B 0 2 13 30 37 A 2F
Octal 204 202 153 0 2 23 60 67 12 57
Binary 10000100 10000010 1101011 0 10 10011 110000 110111 1010 101111

Color Harmonies of #84826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84826B

Black with #84826B

Text Example


Text Example

White with #84826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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