#10371F

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

Shades of Deep Fir #10371F

Tints of Deep Fir #10371F

Color information

#10371F (or 0x10371F) is unknown color: approx Deep Fir. HEX triplet: 10, 37 and 1F. RGB value is (16,55,31). Sum of RGB (Red+Green+Blue) = 16+55+31=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #10371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10371F is #EFC8E0. Grayscale: #282828. Windows color (decimal): -15714529 or 2045712. OLE color: 2045712.

HSL color Cylindrical-coordinate representation of color #10371F: hue angle of 143.08º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10371F is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB165531-
CMYK0.7100.440.78
HSL143.08º54.93%13.92%-
HSV(B)143.08º70.91%21.57%-
XYZ1.832.941.77-
YUV40.6122.58110.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.69%
GREEN value IS 55 (21.88% from 255) = 53.92%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=15.69%
G=53.92%
B=30.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1655310.7100.440.78143.0854.9313.92
Hex10371F4702C4E8f37e
Octal2067371070541162176716
Binary1000011011111111100011101011001001110100011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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