#10481B

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

Shades of Deep Fir #10481B

Tints of Deep Fir #10481B

Color information

#10481B (or 0x10481B) is unknown color: approx Deep Fir. HEX triplet: 10, 48 and 1B. RGB value is (16,72,27). Sum of RGB (Red+Green+Blue) = 16+72+27=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #10481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10481B is #EFB7E4. Grayscale: #323232. Windows color (decimal): -15710181 or 1787920. OLE color: 1787920.

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

Color convert

RGB167227-
CMYK0.7800.620.72
HSL131.79º63.64%17.25%-
HSV(B)131.79º77.78%28.24%-
XYZ2.734.821.82-
YUV50.13114.95103.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 72 (28.52% from 255) = 62.61%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=13.91%
G=62.61%
B=23.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672270.7800.620.72131.7963.6417.25
Hex10481B4E03E48844011
Octal201103311607611020410021
Binary1000010010001101110011100111110100100010000100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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