Html Css Color HEX #717045 Hemlock

📋 copy color: '#717045'

red 113 ◦ green 112 ◦ blue 69

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

Shades of Hemlock #717045

Tints of Hemlock #717045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 38.44%
G = 38.1%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#717045 (or 0x717045) is known color: Hemlock. HEX triplet: 71, 70 and 45. RGB value is (113,112,69). Sum of RGB (Red+Green+Blue) = 113+112+69=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #717045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717045 is #8E8FBA. Grayscale: #6B6B6B. Windows color (decimal): -9342907 or 4550769. OLE color: 4550769.

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

Color convert

RGB 113 112 69 -
CMYK 0 0.01 0.39 0.56
HSL 58.64º 0.24% 0.36% -
HSV(B) 58.64º 0.39% 0.44% -
XYZ 13.68 15.53 7.91 -
YUV 107.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 113 112 69 0 0.01 0.39 0.56 58.64 0.24 0.36
Hex 71 70 45 0 1 27 38 3B 18 24
Octal 161 160 105 0 1 47 70 73 30 44
Binary 1110001 1110000 1000101 0 1 100111 111000 111011 11000 100100

Color Harmonies of #717045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717045

Black with #717045

Text Example


Text Example

White with #717045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717045; }

 p { color: rgb(113,112,69); }

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

background-color css

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

 a { background-color: rgb(113,112,69); }

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

border-color css

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

 span { border-color: rgb(113,112,69); }

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