#10471B

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

Shades of Deep Fir #10471B

Tints of Deep Fir #10471B

Color information

#10471B (or 0x10471B) is unknown color: approx Deep Fir. HEX triplet: 10, 47 and 1B. RGB value is (16,71,27). Sum of RGB (Red+Green+Blue) = 16+71+27=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #10471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10471B is #EFB8E4. Grayscale: #313131. Windows color (decimal): -15710437 or 1787664. OLE color: 1787664.

HSL color Cylindrical-coordinate representation of color #10471B: hue angle of 132º 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 #10471B is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB167127-
CMYK0.7700.620.72
HSL132º63.22%17.06%-
HSV(B)132º77.46%27.84%-
XYZ2.664.71.8-
YUV49.54115.28104.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 71 (28.12% from 255) = 62.28%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=14.04%
G=62.28%
B=23.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1671270.7700.620.7213263.2217.06
Hex10471B4D03E48843f11
Octal20107331150761102047721
Binary100001000111110111001101011111010010001000010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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