#0D3519

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

Shades of Deep Fir #0D3519

Tints of Deep Fir #0D3519

Color information

#0D3519 (or 0x0D3519) is unknown color: approx Deep Fir. HEX triplet: 0D, 35 and 19. RGB value is (13,53,25). Sum of RGB (Red+Green+Blue) = 13+53+25=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #0D3519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3519 is #F2CAE6. Grayscale: #252525. Windows color (decimal): -15911655 or 1651981. OLE color: 1651981.

HSL color Cylindrical-coordinate representation of color #0D3519: hue angle of 138º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3519 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB135325-
CMYK0.7500.530.79
HSL138º60.61%12.94%-
HSV(B)138º75.47%20.78%-
XYZ1.612.71.36-
YUV37.85120.75110.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.29%
GREEN value IS 53 (21.09% from 255) = 58.24%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=14.29%
G=58.24%
B=27.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1353250.7500.530.7913860.6112.94
HexD35194B0354F8a3dd
Octal1565311130651172127515
Binary110111010111001100101101101011001111100010101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,53,25); }

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

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

 a { background-color: rgb(13,53,25); }

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

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

 span { border-color: rgb(13,53,25); }

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