Html Css Color HEX #84816B Bandicoot

📋 copy color: '#84816B'

red 132 ◦ green 129 ◦ blue 107

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

Shades of Bandicoot #84816B

Tints of Bandicoot #84816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.05%

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

R = 35.87%
G = 35.05%
B = 29.08%

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

#84816B (or 0x84816B) is known color: Bandicoot. HEX triplet: 84, 81 and 6B. RGB value is (132,129,107). Sum of RGB (Red+Green+Blue) = 132+129+107=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #84816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84816B is #7B7E94. Grayscale: #7F7F7F. Windows color (decimal): -8093333 or 7045508. OLE color: 7045508.

HSL color Cylindrical-coordinate representation of color #84816B: hue angle of 52.8º 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 #84816B is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 129 107 -
CMYK 0 0.02 0.19 0.48
HSL 52.8º 0.1% 0.47% -
HSV(B) 52.8º 0.19% 0.52% -
XYZ 20.02 21.67 17.04 -
YUV 127.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 132 129 107 0 0.02 0.19 0.48 52.8 0.1 0.47
Hex 84 81 6B 0 2 13 30 35 A 2F
Octal 204 201 153 0 2 23 60 65 12 57
Binary 10000100 10000001 1101011 0 10 10011 110000 110101 1010 101111

Color Harmonies of #84816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84816B

Black with #84816B

Text Example


Text Example

White with #84816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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