Html Css Color HEX #84855D Bandicoot

📋 copy color: '#84855D'

red 132 ◦ green 133 ◦ blue 93

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

Shades of Bandicoot #84855D

Tints of Bandicoot #84855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 36.87%
G = 37.15%
B = 25.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84855D (or 0x84855D) is known color: Bandicoot. HEX triplet: 84, 85 and 5D. RGB value is (132,133,93). Sum of RGB (Red+Green+Blue) = 132+133+93=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #84855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84855D is #7B7AA2. Grayscale: #808080. Windows color (decimal): -8092323 or 6129028. OLE color: 6129028.

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

Color convert

RGB 132 133 93 -
CMYK 0.01 0 0.30 0.48
HSL 61.5º 0.18% 0.44% -
HSV(B) 61.5º 0.3% 0.52% -
XYZ 19.88 22.47 13.65 -
YUV 128.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 132 133 93 0.01 0 0.30 0.48 61.5 0.18 0.44
Hex 84 85 5D 1 0 1E 30 3E 12 2C
Octal 204 205 135 1 0 36 60 76 22 54
Binary 10000100 10000101 1011101 1 0 11110 110000 111110 10010 101100

Color Harmonies of #84855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84855D

Black with #84855D

Text Example


Text Example

White with #84855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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