Html Css Color HEX #84825F Bandicoot

📋 copy color: '#84825F'

red 132 ◦ green 130 ◦ blue 95

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

Shades of Bandicoot #84825F

Tints of Bandicoot #84825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 36.97%
G = 36.41%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84825F (or 0x84825F) is known color: Bandicoot. HEX triplet: 84, 82 and 5F. RGB value is (132,130,95). Sum of RGB (Red+Green+Blue) = 132+130+95=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84825F is #7B7DA0. Grayscale: #7E7E7E. Windows color (decimal): -8093089 or 6259332. OLE color: 6259332.

HSL color Cylindrical-coordinate representation of color #84825F: hue angle of 56.76º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84825F is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 130 95 -
CMYK 0 0.02 0.28 0.48
HSL 56.76º 0.16% 0.45% -
HSV(B) 56.76º 0.28% 0.52% -
XYZ 19.56 21.7 13.98 -
YUV 126.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 132 130 95 0 0.02 0.28 0.48 56.76 0.16 0.45
Hex 84 82 5F 0 2 1C 30 39 10 2D
Octal 204 202 137 0 2 34 60 71 20 55
Binary 10000100 10000010 1011111 0 10 11100 110000 111001 10000 101101

Color Harmonies of #84825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84825F

Black with #84825F

Text Example


Text Example

White with #84825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84825F; }

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

 H1.HeaderClassName
 {
   color: #84825F;
 }
 .AnyTagClassName
 {
   color: #84825F;
 }
</style>

background-color css

<style>
 a { background-color: #84825F; }

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

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

border-color css

<style>
 span { border-color: #84825F; }

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

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