#0A3410

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

Shades of Deep Fir #0A3410

Tints of Deep Fir #0A3410

Color information

#0A3410 (or 0x0A3410) is unknown color: approx Deep Fir. HEX triplet: 0A, 34 and 10. RGB value is (10,52,16). Sum of RGB (Red+Green+Blue) = 10+52+16=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 52 (20.70% from 255 or 66.67% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3410 is #F5CBEF. Grayscale: #232323. Windows color (decimal): -16108528 or 1061898. OLE color: 1061898.

HSL color Cylindrical-coordinate representation of color #0A3410: hue angle of 128.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3410 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB105216-
CMYK0.8100.690.80
HSL128.57º67.74%12.16%-
HSV(B)128.57º80.77%20.39%-
XYZ1.452.560.91-
YUV35.34117.09109.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.82%
GREEN value IS 52 (20.70% from 255) = 66.67%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=12.82%
G=66.67%
B=20.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052160.8100.690.80128.5767.7412.16
HexA341051045508144c
Octal126420121010512020110414
Binary10101101001000010100010100010110100001000000110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,52,16); }

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

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

 a { background-color: rgb(10,52,16); }

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

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

 span { border-color: rgb(10,52,16); }

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