#0C3416

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

Shades of Deep Fir #0C3416

Tints of Deep Fir #0C3416

Color information

#0C3416 (or 0x0C3416) is unknown color: approx Deep Fir. HEX triplet: 0C, 34 and 16. RGB value is (12,52,22). Sum of RGB (Red+Green+Blue) = 12+52+22=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3416 is #F3CBE9. Grayscale: #242424. Windows color (decimal): -15977450 or 1455116. OLE color: 1455116.

HSL color Cylindrical-coordinate representation of color #0C3416: hue angle of 135º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3416 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB125222-
CMYK0.7700.580.80
HSL135º62.5%12.55%-
HSV(B)135º76.92%20.39%-
XYZ1.522.591.18-
YUV36.62119.75110.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.95%
GREEN value IS 52 (20.70% from 255) = 60.47%
BLUE value IS 22 (8.98% from 255) = 25.58%
R=13.95%
G=60.47%
B=25.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1252220.7700.580.8013562.512.55
HexC34164D03A50873ed
Octal1464261150721202077615
Binary110011010010110100110101110101010000100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,52,22); }

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

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

 a { background-color: rgb(12,52,22); }

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

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

 span { border-color: rgb(12,52,22); }

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