Html Css Color HEX #84855F Bandicoot

📋 copy color: '#84855F'

red 132 ◦ green 133 ◦ blue 95

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

Shades of Bandicoot #84855F

Tints of Bandicoot #84855F

RGB

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

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

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

R = 36.67%
G = 36.94%
B = 26.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84855F (or 0x84855F) is known color: Bandicoot. HEX triplet: 84, 85 and 5F. RGB value is (132,133,95). Sum of RGB (Red+Green+Blue) = 132+133+95=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #84855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84855F is #7B7AA0. Grayscale: #808080. Windows color (decimal): -8092321 or 6260100. OLE color: 6260100.

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

Color convert

RGB 132 133 95 -
CMYK 0.01 0 0.29 0.48
HSL 61.58º 0.17% 0.45% -
HSV(B) 61.58º 0.29% 0.52% -
XYZ 19.97 22.51 14.12 -
YUV 128.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 132 133 95 0.01 0 0.29 0.48 61.58 0.17 0.45
Hex 84 85 5F 1 0 1D 30 3E 11 2D
Octal 204 205 137 1 0 35 60 76 21 55
Binary 10000100 10000101 1011111 1 0 11101 110000 111110 10001 101101

Color Harmonies of #84855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84855F

Black with #84855F

Text Example


Text Example

White with #84855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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