Html Css Color HEX #747541 Hemlock

📋 copy color: '#747541'

red 116 ◦ green 117 ◦ blue 65

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

Shades of Hemlock #747541

Tints of Hemlock #747541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.26%

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

R = 38.93%
G = 39.26%
B = 21.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#747541 (or 0x747541) is known color: Hemlock. HEX triplet: 74, 75 and 41. RGB value is (116,117,65). Sum of RGB (Red+Green+Blue) = 116+117+65=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #747541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747541 is #8B8ABE. Grayscale: #6E6E6E. Windows color (decimal): -9145023 or 4289908. OLE color: 4289908.

HSL color Cylindrical-coordinate representation of color #747541: hue angle of 61.15º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #747541 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 65 -
CMYK 0.01 0 0.44 0.54
HSL 61.15º 0.29% 0.36% -
HSV(B) 61.15º 0.44% 0.46% -
XYZ 14.52 16.82 7.48 -
YUV 110.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 116 117 65 0.01 0 0.44 0.54 61.15 0.29 0.36
Hex 74 75 41 1 0 2C 36 3D 1D 24
Octal 164 165 101 1 0 54 66 75 35 44
Binary 1110100 1110101 1000001 1 0 101100 110110 111101 11101 100100

Color Harmonies of #747541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747541

Black with #747541

Text Example


Text Example

White with #747541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747541; }

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

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

background-color css

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

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

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

border-color css

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

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

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