Html Css Color HEX #84855B Bandicoot

📋 copy color: '#84855B'

red 132 ◦ green 133 ◦ blue 91

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

Shades of Bandicoot #84855B

Tints of Bandicoot #84855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.36%

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

R = 37.08%
G = 37.36%
B = 25.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84855B (or 0x84855B) is known color: Bandicoot. HEX triplet: 84, 85 and 5B. RGB value is (132,133,91). Sum of RGB (Red+Green+Blue) = 132+133+91=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #84855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84855B is #7B7AA4. Grayscale: #808080. Windows color (decimal): -8092325 or 5997956. OLE color: 5997956.

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

Color convert

RGB 132 133 91 -
CMYK 0.01 0 0.32 0.48
HSL 61.43º 0.19% 0.44% -
HSV(B) 61.43º 0.32% 0.52% -
XYZ 19.79 22.44 13.18 -
YUV 127.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 132 133 91 0.01 0 0.32 0.48 61.43 0.19 0.44
Hex 84 85 5B 1 0 20 30 3D 13 2C
Octal 204 205 133 1 0 40 60 75 23 54
Binary 10000100 10000101 1011011 1 0 100000 110000 111101 10011 101100

Color Harmonies of #84855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84855B

Black with #84855B

Text Example


Text Example

White with #84855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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