#73714F

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

Shades of Hemlock #73714F

Tints of Hemlock #73714F

Color information

#73714F (or 0x73714F) is unknown color: approx Hemlock. HEX triplet: 73, 71 and 4F. RGB value is (115,113,79). Sum of RGB (Red+Green+Blue) = 115+113+79=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #73714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73714F is #8C8EB0. Grayscale: #6D6D6D. Windows color (decimal): -9211569 or 5206387. OLE color: 5206387.

HSL color Cylindrical-coordinate representation of color #73714F: hue angle of 56.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73714F is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11511379-
CMYK00.020.310.55
HSL56.67º18.56%38.04%-
HSV(B)56.67º31.3%45.1%-
XYZ14.3916.029.73-
YUV109.72110.66131.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=37.46%
G=36.81%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151137900.020.310.5556.6718.5638.04
Hex73714F021F37391326
Octal163161117023767712346
Binary1110011111000110011110101111111011111100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,113,79); }

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

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

 a { background-color: rgb(115,113,79); }

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

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

 span { border-color: rgb(115,113,79); }

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