Html Css Color HEX #84825B Bandicoot

📋 copy color: '#84825B'

red 132 ◦ green 130 ◦ blue 91

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

Shades of Bandicoot #84825B

Tints of Bandicoot #84825B

RGB

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

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

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

R = 37.39%
G = 36.83%
B = 25.78%

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

#84825B (or 0x84825B) is known color: Bandicoot. HEX triplet: 84, 82 and 5B. RGB value is (132,130,91). Sum of RGB (Red+Green+Blue) = 132+130+91=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #84825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84825B is #7B7DA4. Grayscale: #7E7E7E. Windows color (decimal): -8093093 or 5997188. OLE color: 5997188.

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

Color convert

RGB 132 130 91 -
CMYK 0 0.02 0.31 0.48
HSL 57.07º 0.18% 0.44% -
HSV(B) 57.07º 0.31% 0.52% -
XYZ 19.39 21.63 13.05 -
YUV 126.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 132 130 91 0 0.02 0.31 0.48 57.07 0.18 0.44
Hex 84 82 5B 0 2 1F 30 39 12 2C
Octal 204 202 133 0 2 37 60 71 22 54
Binary 10000100 10000010 1011011 0 10 11111 110000 111001 10010 101100

Color Harmonies of #84825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84825B

Black with #84825B

Text Example


Text Example

White with #84825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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