Html Css Color HEX #11160B Pine Tree

📋 copy color: '#11160B'

red 17 ◦ green 22 ◦ blue 11

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

Shades of Pine Tree #11160B

Tints of Pine Tree #11160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 44%

 BLUE value IS 11 (4.69% from 255) = 22%

R = 34%
G = 44%
B = 22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.5

 K value IS 0.91

RGB Variations

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

Color information

#11160B (or 0x11160B) is known color: Pine Tree. HEX triplet: 11, 16 and 0B. RGB value is (17,22,11). Sum of RGB (Red+Green+Blue) = 17+22+11=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 22 - color contains mainly: green. Hex color #11160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11160B is #EEE9F4. Grayscale: #131313. Windows color (decimal): -15657461 or 726545. OLE color: 726545.

HSL color Cylindrical-coordinate representation of color #11160B: hue angle of 87.27º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #11160B is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 22 11 -
CMYK 0.23 0 0.5 0.91
HSL 87.27º 0.33% 0.06% -
HSV(B) 87.27º 0.5% 0.09% -
XYZ 0.58 0.72 0.42 -
YUV 19.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 17 22 11 0.23 0 0.5 0.91 87.27 0.33 0.06
Hex 11 16 B 17 0 32 5B 57 21 6
Octal 21 26 13 27 0 62 133 127 41 6
Binary 10001 10110 1011 10111 0 110010 1011011 1010111 100001 110

Color Harmonies of #11160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11160B

Black with #11160B

Text Example


Text Example

White with #11160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11160B; }

 p { color: rgb(17,22,11); }

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

background-color css

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

 a { background-color: rgb(17,22,11); }

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

border-color css

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

 span { border-color: rgb(17,22,11); }

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