Html Css Color HEX #84865D Bandicoot

📋 copy color: '#84865D'

red 132 ◦ green 134 ◦ blue 93

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

Shades of Bandicoot #84865D

Tints of Bandicoot #84865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.33%

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

R = 36.77%
G = 37.33%
B = 25.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#84865D (or 0x84865D) is known color: Bandicoot. HEX triplet: 84, 86 and 5D. RGB value is (132,134,93). Sum of RGB (Red+Green+Blue) = 132+134+93=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #84865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84865D is #7B79A2. Grayscale: #808080. Windows color (decimal): -8092067 or 6129284. OLE color: 6129284.

HSL color Cylindrical-coordinate representation of color #84865D: hue angle of 62.93º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84865D is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 134 93 -
CMYK 0.01 0 0.31 0.47
HSL 62.93º 0.18% 0.45% -
HSV(B) 62.93º 0.31% 0.53% -
XYZ 20.02 22.75 13.69 -
YUV 128.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 132 134 93 0.01 0 0.31 0.47 62.93 0.18 0.45
Hex 84 86 5D 1 0 1F 2F 3F 12 2D
Octal 204 206 135 1 0 37 57 77 22 55
Binary 10000100 10000110 1011101 1 0 11111 101111 111111 10010 101101

Color Harmonies of #84865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84865D

Black with #84865D

Text Example


Text Example

White with #84865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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