Html Css Color HEX #11140A Pine Tree

📋 copy color: '#11140A'

red 17 ◦ green 20 ◦ blue 10

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

Shades of Pine Tree #11140A

Tints of Pine Tree #11140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 21.28%

R = 36.17%
G = 42.55%
B = 21.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#11140A (or 0x11140A) is known color: Pine Tree. HEX triplet: 11, 14 and 0A. RGB value is (17,20,10). Sum of RGB (Red+Green+Blue) = 17+20+10=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #11140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11140A is #EEEBF5. Grayscale: #121212. Windows color (decimal): -15657974 or 660497. OLE color: 660497.

HSL color Cylindrical-coordinate representation of color #11140A: hue angle of 78º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #11140A is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 20 10 -
CMYK 0.15 0 0.50 0.92
HSL 78º 0.33% 0.06% -
HSV(B) 78º 0.5% 0.08% -
XYZ 0.54 0.64 0.38 -
YUV 17.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 17 20 10 0.15 0 0.50 0.92 78 0.33 0.06
Hex 11 14 A F 0 32 5C 4E 21 6
Octal 21 24 12 17 0 62 134 116 41 6
Binary 10001 10100 1010 1111 0 110010 1011100 1001110 100001 110

Color Harmonies of #11140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11140A

Black with #11140A

Text Example


Text Example

White with #11140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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