#73713F

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

Shades of Hemlock #73713F

Tints of Hemlock #73713F

Color information

#73713F (or 0x73713F) is unknown color: approx Hemlock. HEX triplet: 73, 71 and 3F. RGB value is (115,113,63). Sum of RGB (Red+Green+Blue) = 115+113+63=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #73713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73713F is #8C8EC0. Grayscale: #6C6C6C. Windows color (decimal): -9211585 or 4157811. OLE color: 4157811.

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

Color convert

RGB11511363-
CMYK00.020.450.55
HSL57.69º29.21%34.9%-
HSV(B)57.69º45.22%45.1%-
XYZ13.8715.817.02-
YUV107.9102.66133.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 63 (25% from 255) = 21.65%
R=39.52%
G=38.83%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151136300.020.450.5557.6929.2134.9
Hex73713F022D373a1d23
Octal16316177025567723543
Binary1110011111000111111101010110111011111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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