#0E3315

Color #0E3315 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0E3315

Tints of Deep Fir #0E3315

Color information

#0E3315 (or 0x0E3315) is unknown color: approx Deep Fir. HEX triplet: 0E, 33 and 15. RGB value is (14,51,21). Sum of RGB (Red+Green+Blue) = 14+51+21=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #0E3315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3315 is #F1CCEA. Grayscale: #242424. Windows color (decimal): -15846635 or 1389326. OLE color: 1389326.

HSL color Cylindrical-coordinate representation of color #0E3315: hue angle of 131.35º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E3315 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB145121-
CMYK0.7300.590.8
HSL131.35º56.92%12.75%-
HSV(B)131.35º72.55%20%-
XYZ1.52.521.12-
YUV36.52119.24111.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.28%
GREEN value IS 51 (20.31% from 255) = 59.30%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=16.28%
G=59.30%
B=24.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1451210.7300.590.8131.3556.9212.75
HexE33154903B508339d
Octal1663251110731202037115
Binary111011001110101100100101110111010000100000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E3315; }

 p { color: rgb(14,51,21); }

 H1.HeaderClassName
 {
   color: #0E3315;
 }
 .AnyTagClassName
 {
   color: #0E3315;
 }
</style>
background-color css

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

 a { background-color: rgb(14,51,21); }

 div.DivClassName
 {
   background-color: #0E3315;
 }
 .BgClassName
 {
   background-color: #0E3315;
 }
</style>
border-color css

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

 span { border-color: rgb(14,51,21); }

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