#10401E

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

Shades of Deep Fir #10401E

Tints of Deep Fir #10401E

Color information

#10401E (or 0x10401E) is unknown color: approx Deep Fir. HEX triplet: 10, 40 and 1E. RGB value is (16,64,30). Sum of RGB (Red+Green+Blue) = 16+64+30=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #10401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10401E is #EFBFE1. Grayscale: #2D2D2D. Windows color (decimal): -15712226 or 1982480. OLE color: 1982480.

HSL color Cylindrical-coordinate representation of color #10401E: hue angle of 137.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10401E is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB166430-
CMYK0.7500.530.75
HSL137.5º60%15.69%-
HSV(B)137.5º75%25.1%-
XYZ2.283.871.86-
YUV45.77119.1106.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 64 (25.39% from 255) = 58.18%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=14.55%
G=58.18%
B=27.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664300.7500.530.75137.56015.69
Hex10401E4B0354B8a3c10
Octal20100361130651132127420
Binary100001000000111101001011011010110010111000101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10401E; }

 p { color: rgb(16,64,30); }

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

<style>
 a { background-color: #10401E; }

 a { background-color: rgb(16,64,30); }

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

<style>
 span { border-color: #10401E; }

 span { border-color: rgb(16,64,30); }

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