#72703F

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

Shades of Hemlock #72703F

Tints of Hemlock #72703F

Color information

#72703F (or 0x72703F) is unknown color: approx Hemlock. HEX triplet: 72, 70 and 3F. RGB value is (114,112,63). Sum of RGB (Red+Green+Blue) = 114+112+63=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72703F is #8D8FC0. Grayscale: #6B6B6B. Windows color (decimal): -9277377 or 4157554. OLE color: 4157554.

HSL color Cylindrical-coordinate representation of color #72703F: hue angle of 57.65º 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 #72703F is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB11411263-
CMYK00.020.450.55
HSL57.65º28.81%34.71%-
HSV(B)57.65º44.74%44.71%-
XYZ13.6315.526.98-
YUV107.01103.16132.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 63 (25% from 255) = 21.80%
R=39.45%
G=38.75%
B=21.80%

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
Decimal1141126300.020.450.5557.6528.8134.71
Hex72703F022D373a1d23
Octal16216077025567723543
Binary1110010111000011111101010110111011111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,112,63); }

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

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

 a { background-color: rgb(114,112,63); }

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

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

 span { border-color: rgb(114,112,63); }

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