#84713f

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

Shades of Go Ben #84713F

Tints of Go Ben #84713F

Color information

#84713F (or 0x84713F) is unknown color: approx Go Ben. HEX triplet: 84, 71 and 3F. RGB value is (132,113,63). Sum of RGB (Red+Green+Blue) = 132+113+63=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84713F is #7B8EC0. Grayscale: #717171. Windows color (decimal): -8097473 or 4157828. OLE color: 4157828.

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

Color convert

RGB13211363-
CMYK00.140.520.48
HSL43.48º35.38%38.24%-
HSV(B)43.48º52.27%51.76%-
XYZ16.3217.077.14-
YUV112.9899.79141.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 63 (25% from 255) = 20.45%
R=42.86%
G=36.69%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321136300.140.520.4843.4835.3838.24
Hex84713F0E34302b2326
Octal204161770166460534346
Binary10000100111000111111101110110100110000101011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84713f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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