#10471E

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

Shades of Deep Fir #10471E

Tints of Deep Fir #10471E

Color information

#10471E (or 0x10471E) is unknown color: approx Deep Fir. HEX triplet: 10, 47 and 1E. RGB value is (16,71,30). Sum of RGB (Red+Green+Blue) = 16+71+30=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #10471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10471E is #EFB8E1. Grayscale: #313131. Windows color (decimal): -15710434 or 1984272. OLE color: 1984272.

HSL color Cylindrical-coordinate representation of color #10471E: hue angle of 135.27º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10471E is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB167130-
CMYK0.7700.580.72
HSL135.27º63.22%17.06%-
HSV(B)135.27º77.46%27.84%-
XYZ2.74.712-
YUV49.88116.78103.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 71 (28.12% from 255) = 60.68%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=13.68%
G=60.68%
B=25.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1671300.7700.580.72135.2763.2217.06
Hex10471E4D03A48873f11
Octal20107361150721102077721
Binary100001000111111101001101011101010010001000011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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