#84774A

Color #84774A Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #84774A

Tints of Go Ben #84774A

Color information

#84774A (or 0x84774A) is unknown color: approx Go Ben. HEX triplet: 84, 77 and 4A. RGB value is (132,119,74). Sum of RGB (Red+Green+Blue) = 132+119+74=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84774A is #7B88B5. Grayscale: #757575. Windows color (decimal): -8095926 or 4880260. OLE color: 4880260.

HSL color Cylindrical-coordinate representation of color #84774A: hue angle of 46.55º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84774A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13211974-
CMYK00.100.440.48
HSL46.55º28.16%40.39%-
HSV(B)46.55º43.94%51.76%-
XYZ17.3518.599.15-
YUV117.76103.31138.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=40.62%
G=36.62%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321197400.100.440.4846.5528.1640.39
Hex84774A0A2C302f1c28
Octal2041671120125460573450
Binary10000100111011110010100101010110011000010111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84774A; }

 p { color: rgb(132,119,74); }

 H1.HeaderClassName
 {
   color: #84774A;
 }
 .AnyTagClassName
 {
   color: #84774A;
 }
</style>
background-color css

<style>
 a { background-color: #84774A; }

 a { background-color: rgb(132,119,74); }

 div.DivClassName
 {
   background-color: #84774A;
 }
 .BgClassName
 {
   background-color: #84774A;
 }
</style>
border-color css

<style>
 span { border-color: #84774A; }

 span { border-color: rgb(132,119,74); }

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