#74713F

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

Shades of Hemlock #74713F

Tints of Hemlock #74713F

Color information

#74713F (or 0x74713F) is unknown color: approx Hemlock. HEX triplet: 74, 71 and 3F. RGB value is (116,113,63). Sum of RGB (Red+Green+Blue) = 116+113+63=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #74713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74713F is #8B8EC0. Grayscale: #6C6C6C. Windows color (decimal): -9146049 or 4157812. OLE color: 4157812.

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

Color convert

RGB11611363-
CMYK00.030.460.55
HSL56.6º29.61%35.1%-
HSV(B)56.6º45.69%45.49%-
XYZ1415.887.03-
YUV108.2102.49133.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 63 (25% from 255) = 21.58%
R=39.73%
G=38.70%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161136300.030.460.5556.629.6135.1
Hex74713F032E37391e23
Octal16416177035667713643
Binary1110100111000111111101110111011011111100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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