Html Css Color HEX #847F5E Bandicoot

📋 copy color: '#847F5E'

red 132 ◦ green 127 ◦ blue 94

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

Shades of Bandicoot #847F5E

Tints of Bandicoot #847F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 35.98%

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 37.39%
G = 35.98%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#847F5E (or 0x847F5E) is known color: Bandicoot. HEX triplet: 84, 7F and 5E. RGB value is (132,127,94). Sum of RGB (Red+Green+Blue) = 132+127+94=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #847F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F5E is #7B80A1. Grayscale: #7C7C7C. Windows color (decimal): -8093858 or 6193028. OLE color: 6193028.

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

Color convert

RGB 132 127 94 -
CMYK 0 0.04 0.29 0.48
HSL 52.11º 0.17% 0.44% -
HSV(B) 52.11º 0.29% 0.52% -
XYZ 19.13 20.89 13.61 -
YUV 124.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 132 127 94 0 0.04 0.29 0.48 52.11 0.17 0.44
Hex 84 7F 5E 0 4 1D 30 34 11 2C
Octal 204 177 136 0 4 35 60 64 21 54
Binary 10000100 1111111 1011110 0 100 11101 110000 110100 10001 101100

Color Harmonies of #847F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F5E

Black with #847F5E

Text Example


Text Example

White with #847F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847F5E; }

 p { color: rgb(132,127,94); }

 H1.HeaderClassName
 {
   color: #847F5E;
 }
 .AnyTagClassName
 {
   color: #847F5E;
 }
</style>

background-color css

<style>
 a { background-color: #847F5E; }

 a { background-color: rgb(132,127,94); }

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

border-color css

<style>
 span { border-color: #847F5E; }

 span { border-color: rgb(132,127,94); }

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