Html Css Color HEX #726D3E Hemlock

📋 copy color: '#726D3E'

red 114 ◦ green 109 ◦ blue 62

#726D3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #726D3E

Tints of Hemlock #726D3E

RGB

 RED value IS 114 (44.92% from 255) = 40%

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 40%
G = 38.25%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#726D3E (or 0x726D3E) is known color: Hemlock. HEX triplet: 72, 6D and 3E. RGB value is (114,109,62). Sum of RGB (Red+Green+Blue) = 114+109+62=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #726D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D3E is #8D92C1. Grayscale: #696969. Windows color (decimal): -9278146 or 4091250. OLE color: 4091250.

HSL color Cylindrical-coordinate representation of color #726D3E: hue angle of 54.23º 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 #726D3E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 109 62 -
CMYK 0 0.04 0.46 0.55
HSL 54.23º 0.3% 0.35% -
HSV(B) 54.23º 0.46% 0.45% -
XYZ 13.28 14.86 6.73 -
YUV 105.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 114 109 62 0 0.04 0.46 0.55 54.23 0.3 0.35
Hex 72 6D 3E 0 4 2E 37 36 1E 23
Octal 162 155 76 0 4 56 67 66 36 43
Binary 1110010 1101101 111110 0 100 101110 110111 110110 11110 100011

Color Harmonies of #726D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D3E

Black with #726D3E

Text Example


Text Example

White with #726D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726D3E; }

 p { color: rgb(114,109,62); }

 H1.HeaderClassName
 {
   color: #726D3E;
 }
 .AnyTagClassName
 {
   color: #726D3E;
 }
</style>

background-color css

<style>
 a { background-color: #726D3E; }

 a { background-color: rgb(114,109,62); }

 div.DivClassName
 {
   background-color: #726D3E;
 }
 .BgClassName
 {
   background-color: #726D3E;
 }
</style>

border-color css

<style>
 span { border-color: #726D3E; }

 span { border-color: rgb(114,109,62); }

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