Html Css Color HEX #747340 Hemlock

📋 copy color: '#747340'

red 116 ◦ green 115 ◦ blue 64

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

Shades of Hemlock #747340

Tints of Hemlock #747340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 39.32%
G = 38.98%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#747340 (or 0x747340) is known color: Hemlock. HEX triplet: 74, 73 and 40. RGB value is (116,115,64). Sum of RGB (Red+Green+Blue) = 116+115+64=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #747340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747340 is #8B8CBF. Grayscale: #6D6D6D. Windows color (decimal): -9145536 or 4223860. OLE color: 4223860.

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

Color convert

RGB 116 115 64 -
CMYK 0 0.01 0.45 0.55
HSL 58.85º 0.29% 0.35% -
HSV(B) 58.85º 0.45% 0.45% -
XYZ 14.26 16.34 7.25 -
YUV 109.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 116 115 64 0 0.01 0.45 0.55 58.85 0.29 0.35
Hex 74 73 40 0 1 2D 37 3B 1D 23
Octal 164 163 100 0 1 55 67 73 35 43
Binary 1110100 1110011 1000000 0 1 101101 110111 111011 11101 100011

Color Harmonies of #747340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747340

Black with #747340

Text Example


Text Example

White with #747340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747340; }

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

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

background-color css

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

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

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

border-color css

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

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

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