#10411A

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

Shades of Deep Fir #10411A

Tints of Deep Fir #10411A

Color information

#10411A (or 0x10411A) is unknown color: approx Deep Fir. HEX triplet: 10, 41 and 1A. RGB value is (16,65,26). Sum of RGB (Red+Green+Blue) = 16+65+26=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #10411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10411A is #EFBEE5. Grayscale: #2E2E2E. Windows color (decimal): -15711974 or 1720592. OLE color: 1720592.

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

Color convert

RGB166526-
CMYK0.7500.600.75
HSL132.24º60.49%15.88%-
HSV(B)132.24º75.38%25.49%-
XYZ2.293.971.62-
YUV45.9116.77106.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 65 (25.78% from 255) = 60.75%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=14.95%
G=60.75%
B=24.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665260.7500.600.75132.2460.4915.88
Hex10411A4B03C4B843c10
Octal20101321130741132047420
Binary100001000001110101001011011110010010111000010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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