#84713E

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

Shades of Go Ben #84713E

Tints of Go Ben #84713E

Color information

#84713E (or 0x84713E) is unknown color: approx Go Ben. HEX triplet: 84, 71 and 3E. RGB value is (132,113,62). Sum of RGB (Red+Green+Blue) = 132+113+62=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84713E is #7B8EC1. Grayscale: #717171. Windows color (decimal): -8097474 or 4092292. OLE color: 4092292.

HSL color Cylindrical-coordinate representation of color #84713E: hue angle of 43.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84713E is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB13211362-
CMYK00.140.530.48
HSL43.71º36.08%38.04%-
HSV(B)43.71º53.03%51.76%-
XYZ16.2917.066.99-
YUV112.8799.29141.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=43.00%
G=36.81%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321136200.140.530.4843.7136.0838.04
Hex84713E0E35302c2426
Octal204161760166560544446
Binary10000100111000111111001110110101110000101100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84713E; }

 p { color: rgb(132,113,62); }

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

<style>
 a { background-color: #84713E; }

 a { background-color: rgb(132,113,62); }

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

<style>
 span { border-color: #84713E; }

 span { border-color: rgb(132,113,62); }

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