Html Css Color HEX #11140E Pine Tree

📋 copy color: '#11140E'

red 17 ◦ green 20 ◦ blue 14

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

Shades of Pine Tree #11140E

Tints of Pine Tree #11140E

RGB

 RED value IS 17 (7.03% from 255) = 33.33%

 GREEN value IS 20 (8.2% from 255) = 39.22%

 BLUE value IS 14 (5.86% from 255) = 27.45%

R = 33.33%
G = 39.22%
B = 27.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#11140E (or 0x11140E) is known color: Pine Tree. HEX triplet: 11, 14 and 0E. RGB value is (17,20,14). Sum of RGB (Red+Green+Blue) = 17+20+14=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 20 - color contains mainly: green. Hex color #11140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11140E is #EEEBF1. Grayscale: #121212. Windows color (decimal): -15657970 or 922641. OLE color: 922641.

HSL color Cylindrical-coordinate representation of color #11140E: hue angle of 90º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #11140E is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 20 14 -
CMYK 0.15 0 0.30 0.92
HSL 90º 0.18% 0.07% -
HSV(B) 90º 0.3% 0.08% -
XYZ 0.56 0.65 0.51 -
YUV 18.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 17 20 14 0.15 0 0.30 0.92 90 0.18 0.07
Hex 11 14 E F 0 1E 5C 5A 12 7
Octal 21 24 16 17 0 36 134 132 22 7
Binary 10001 10100 1110 1111 0 11110 1011100 1011010 10010 111

Color Harmonies of #11140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11140E

Black with #11140E

Text Example


Text Example

White with #11140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11140E; }

 p { color: rgb(17,20,14); }

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

background-color css

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

 a { background-color: rgb(17,20,14); }

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

border-color css

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

 span { border-color: rgb(17,20,14); }

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