Html Css Color HEX #747548 Hemlock

📋 copy color: '#747548'

red 116 ◦ green 117 ◦ blue 72

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

Shades of Hemlock #747548

Tints of Hemlock #747548

RGB

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

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

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

R = 38.03%
G = 38.36%
B = 23.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#747548 (or 0x747548) is known color: Hemlock. HEX triplet: 74, 75 and 48. RGB value is (116,117,72). Sum of RGB (Red+Green+Blue) = 116+117+72=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #747548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747548 is #8B8AB7. Grayscale: #6F6F6F. Windows color (decimal): -9145016 or 4748660. OLE color: 4748660.

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

Color convert

RGB 116 117 72 -
CMYK 0.01 0 0.38 0.54
HSL 61.33º 0.24% 0.37% -
HSV(B) 61.33º 0.38% 0.46% -
XYZ 14.73 16.9 8.62 -
YUV 111.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 116 117 72 0.01 0 0.38 0.54 61.33 0.24 0.37
Hex 74 75 48 1 0 26 36 3D 18 25
Octal 164 165 110 1 0 46 66 75 30 45
Binary 1110100 1110101 1001000 1 0 100110 110110 111101 11000 100101

Color Harmonies of #747548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747548

Black with #747548

Text Example


Text Example

White with #747548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747548; }

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

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

background-color css

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

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

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

border-color css

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

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

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