#0D3313

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

Shades of Deep Fir #0D3313

Tints of Deep Fir #0D3313

Color information

#0D3313 (or 0x0D3313) is unknown color: approx Deep Fir. HEX triplet: 0D, 33 and 13. RGB value is (13,51,19). Sum of RGB (Red+Green+Blue) = 13+51+19=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #0D3313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3313 is #F2CCEC. Grayscale: #242424. Windows color (decimal): -15912173 or 1258253. OLE color: 1258253.

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

Color convert

RGB135119-
CMYK0.7500.630.8
HSL129.47º59.38%12.55%-
HSV(B)129.47º74.51%20%-
XYZ1.472.51.02-
YUV35.99118.41111.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.66%
GREEN value IS 51 (20.31% from 255) = 61.45%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=15.66%
G=61.45%
B=22.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1351190.7500.630.8129.4759.3812.55
HexD33134B03F50813bd
Octal1563231130771202017315
Binary110111001110011100101101111111010000100000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,51,19); }

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

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

 a { background-color: rgb(13,51,19); }

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

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

 span { border-color: rgb(13,51,19); }

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