#10401A

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

Shades of Deep Fir #10401A

Tints of Deep Fir #10401A

Color information

#10401A (or 0x10401A) is unknown color: approx Deep Fir. HEX triplet: 10, 40 and 1A. RGB value is (16,64,26). Sum of RGB (Red+Green+Blue) = 16+64+26=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #10401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10401A is #EFBFE5. Grayscale: #2D2D2D. Windows color (decimal): -15712230 or 1720336. OLE color: 1720336.

HSL color Cylindrical-coordinate representation of color #10401A: hue angle of 132.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 #10401A is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB166426-
CMYK0.7500.590.75
HSL132.5º60%15.69%-
HSV(B)132.5º75%25.1%-
XYZ2.233.851.6-
YUV45.32117.1107.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=15.09%
G=60.38%
B=24.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664260.7500.590.75132.56015.69
Hex10401A4B03B4B843c10
Octal20100321130731132047420
Binary100001000000110101001011011101110010111000010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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