Html Css Color HEX #747348 Hemlock

📋 copy color: '#747348'

red 116 ◦ green 115 ◦ blue 72

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

Shades of Hemlock #747348

Tints of Hemlock #747348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.76%

R = 38.28%
G = 37.95%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#747348 (or 0x747348) is known color: Hemlock. HEX triplet: 74, 73 and 48. RGB value is (116,115,72). Sum of RGB (Red+Green+Blue) = 116+115+72=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #747348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747348 is #8B8CB7. Grayscale: #6E6E6E. Windows color (decimal): -9145528 or 4748148. OLE color: 4748148.

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

Color convert

RGB 116 115 72 -
CMYK 0 0.01 0.38 0.55
HSL 58.64º 0.23% 0.37% -
HSV(B) 58.64º 0.38% 0.45% -
XYZ 14.5 16.44 8.54 -
YUV 110.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 116 115 72 0 0.01 0.38 0.55 58.64 0.23 0.37
Hex 74 73 48 0 1 26 37 3B 17 25
Octal 164 163 110 0 1 46 67 73 27 45
Binary 1110100 1110011 1001000 0 1 100110 110111 111011 10111 100101

Color Harmonies of #747348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747348

Black with #747348

Text Example


Text Example

White with #747348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747348; }

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

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

background-color css

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

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

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

border-color css

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

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

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