Html Css Color HEX #84815B Bandicoot

📋 copy color: '#84815B'

red 132 ◦ green 129 ◦ blue 91

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

Shades of Bandicoot #84815B

Tints of Bandicoot #84815B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 37.5%
G = 36.65%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84815B (or 0x84815B) is known color: Bandicoot. HEX triplet: 84, 81 and 5B. RGB value is (132,129,91). Sum of RGB (Red+Green+Blue) = 132+129+91=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #84815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84815B is #7B7EA4. Grayscale: #7D7D7D. Windows color (decimal): -8093349 or 5996932. OLE color: 5996932.

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

Color convert

RGB 132 129 91 -
CMYK 0 0.02 0.31 0.48
HSL 55.61º 0.18% 0.44% -
HSV(B) 55.61º 0.31% 0.52% -
XYZ 19.25 21.36 13.01 -
YUV 125.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 132 129 91 0 0.02 0.31 0.48 55.61 0.18 0.44
Hex 84 81 5B 0 2 1F 30 38 12 2C
Octal 204 201 133 0 2 37 60 70 22 54
Binary 10000100 10000001 1011011 0 10 11111 110000 111000 10010 101100

Color Harmonies of #84815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84815B

Black with #84815B

Text Example


Text Example

White with #84815B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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