#10481F

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

Shades of Deep Fir #10481F

Tints of Deep Fir #10481F

Color information

#10481F (or 0x10481F) is unknown color: approx Deep Fir. HEX triplet: 10, 48 and 1F. RGB value is (16,72,31). Sum of RGB (Red+Green+Blue) = 16+72+31=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #10481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10481F is #EFB7E0. Grayscale: #323232. Windows color (decimal): -15710177 or 2050064. OLE color: 2050064.

HSL color Cylindrical-coordinate representation of color #10481F: hue angle of 136.07º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10481F is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB167231-
CMYK0.7800.570.72
HSL136.07º63.64%17.25%-
HSV(B)136.07º77.78%28.24%-
XYZ2.784.842.08-
YUV50.58116.95103.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 72 (28.52% from 255) = 60.50%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=13.45%
G=60.50%
B=26.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672310.7800.570.72136.0763.6417.25
Hex10481F4E03948884011
Octal201103711607111021010021
Binary1000010010001111110011100111001100100010001000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10481F; }

 p { color: rgb(16,72,31); }

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

<style>
 a { background-color: #10481F; }

 a { background-color: rgb(16,72,31); }

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

<style>
 span { border-color: #10481F; }

 span { border-color: rgb(16,72,31); }

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