Html Css Color HEX #747341 Hemlock

📋 copy color: '#747341'

red 116 ◦ green 115 ◦ blue 65

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

Shades of Hemlock #747341

Tints of Hemlock #747341

RGB

 RED value IS 116 (45.7% from 255) = 39.19%

 GREEN value IS 115 (45.31% from 255) = 38.85%

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 39.19%
G = 38.85%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#747341 (or 0x747341) is known color: Hemlock. HEX triplet: 74, 73 and 41. RGB value is (116,115,65). Sum of RGB (Red+Green+Blue) = 116+115+65=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #747341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747341 is #8B8CBE. Grayscale: #6D6D6D. Windows color (decimal): -9145535 or 4289396. OLE color: 4289396.

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

Color convert

RGB 116 115 65 -
CMYK 0 0.01 0.44 0.55
HSL 58.82º 0.28% 0.35% -
HSV(B) 58.82º 0.44% 0.45% -
XYZ 14.29 16.36 7.41 -
YUV 109.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 116 115 65 0 0.01 0.44 0.55 58.82 0.28 0.35
Hex 74 73 41 0 1 2C 37 3B 1C 23
Octal 164 163 101 0 1 54 67 73 34 43
Binary 1110100 1110011 1000001 0 1 101100 110111 111011 11100 100011

Color Harmonies of #747341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747341

Black with #747341

Text Example


Text Example

White with #747341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747341; }

 p { color: rgb(116,115,65); }

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

background-color css

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

 a { background-color: rgb(116,115,65); }

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

border-color css

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

 span { border-color: rgb(116,115,65); }

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