#0A4419

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

Shades of Deep Fir #0A4419

Tints of Deep Fir #0A4419

Color information

#0A4419 (or 0x0A4419) is unknown color: approx Deep Fir. HEX triplet: 0A, 44 and 19. RGB value is (10,68,25). Sum of RGB (Red+Green+Blue) = 10+68+25=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #0A4419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4419 is #F5BBE6. Grayscale: #2D2D2D. Windows color (decimal): -16104423 or 1655818. OLE color: 1655818.

HSL color Cylindrical-coordinate representation of color #0A4419: hue angle of 135.52º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4419 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB106825-
CMYK0.8500.630.73
HSL135.52º74.36%15.29%-
HSV(B)135.52º85.29%26.67%-
XYZ2.374.271.62-
YUV45.76116.28102.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.71%
GREEN value IS 68 (26.95% from 255) = 66.02%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=9.71%
G=66.02%
B=24.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1068250.8500.630.73135.5274.3615.29
HexA44195503F49884af
Octal121043112507711121011217
Binary10101000100110011010101011111110010011000100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,68,25); }

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

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

 a { background-color: rgb(10,68,25); }

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

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

 span { border-color: rgb(10,68,25); }

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