Html Css Color HEX #747141 Hemlock

📋 copy color: '#747141'

red 116 ◦ green 113 ◦ blue 65

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

Shades of Hemlock #747141

Tints of Hemlock #747141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.44%

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

R = 39.46%
G = 38.44%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#747141 (or 0x747141) is known color: Hemlock. HEX triplet: 74, 71 and 41. RGB value is (116,113,65). Sum of RGB (Red+Green+Blue) = 116+113+65=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #747141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747141 is #8B8EBE. Grayscale: #6C6C6C. Windows color (decimal): -9146047 or 4288884. OLE color: 4288884.

HSL color Cylindrical-coordinate representation of color #747141: hue angle of 56.47º 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 #747141 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 65 -
CMYK 0 0.03 0.44 0.55
HSL 56.47º 0.28% 0.35% -
HSV(B) 56.47º 0.44% 0.45% -
XYZ 14.06 15.9 7.33 -
YUV 108.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 116 113 65 0 0.03 0.44 0.55 56.47 0.28 0.35
Hex 74 71 41 0 3 2C 37 38 1C 23
Octal 164 161 101 0 3 54 67 70 34 43
Binary 1110100 1110001 1000001 0 11 101100 110111 111000 11100 100011

Color Harmonies of #747141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747141

Black with #747141

Text Example


Text Example

White with #747141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747141; }

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

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

background-color css

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

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

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

border-color css

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

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

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