Html Css Color HEX #10140D Pine Tree

📋 copy color: '#10140D'

red 16 ◦ green 20 ◦ blue 13

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

Shades of Pine Tree #10140D

Tints of Pine Tree #10140D

RGB

 RED value IS 16 (6.64% from 255) = 32.65%

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

 BLUE value IS 13 (5.47% from 255) = 26.53%

R = 32.65%
G = 40.82%
B = 26.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#10140D (or 0x10140D) is known color: Pine Tree. HEX triplet: 10, 14 and 0D. RGB value is (16,20,13). Sum of RGB (Red+Green+Blue) = 16+20+13=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #10140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10140D is #EFEBF2. Grayscale: #121212. Windows color (decimal): -15723507 or 857104. OLE color: 857104.

HSL color Cylindrical-coordinate representation of color #10140D: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #10140D is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 20 13 -
CMYK 0.20 0 0.35 0.92
HSL 94.29º 0.21% 0.06% -
HSV(B) 94.29º 0.35% 0.08% -
XYZ 0.54 0.64 0.48 -
YUV 18.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 16 20 13 0.20 0 0.35 0.92 94.29 0.21 0.06
Hex 10 14 D 14 0 23 5C 5E 15 6
Octal 20 24 15 24 0 43 134 136 25 6
Binary 10000 10100 1101 10100 0 100011 1011100 1011110 10101 110

Color Harmonies of #10140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10140D

Black with #10140D

Text Example


Text Example

White with #10140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10140D; }

 p { color: rgb(16,20,13); }

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

background-color css

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

 a { background-color: rgb(16,20,13); }

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

border-color css

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

 span { border-color: rgb(16,20,13); }

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