#0D4321

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

Shades of Deep Fir #0D4321

Tints of Deep Fir #0D4321

Color information

#0D4321 (or 0x0D4321) is unknown color: approx Deep Fir. HEX triplet: 0D, 43 and 21. RGB value is (13,67,33). Sum of RGB (Red+Green+Blue) = 13+67+33=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4321 is #F2BCDE. Grayscale: #2F2F2F. Windows color (decimal): -15908063 or 2179853. OLE color: 2179853.

HSL color Cylindrical-coordinate representation of color #0D4321: hue angle of 142.22º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4321 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB136733-
CMYK0.8100.510.74
HSL142.22º67.5%15.69%-
HSV(B)142.22º80.6%26.27%-
XYZ2.454.212.12-
YUV46.98120.11103.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.50%
GREEN value IS 67 (26.56% from 255) = 59.29%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=11.50%
G=59.29%
B=29.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367330.8100.510.74142.2267.515.69
HexD4321510334A8e4410
Octal151034112106311221610420
Binary1101100001110000110100010110011100101010001110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,67,33); }

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

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

 a { background-color: rgb(13,67,33); }

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

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

 span { border-color: rgb(13,67,33); }

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