#16351C

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

Shades of Deep Fir #16351C

Tints of Deep Fir #16351C

Color information

#16351C (or 0x16351C) is unknown color: approx Deep Fir. HEX triplet: 16, 35 and 1C. RGB value is (22,53,28). Sum of RGB (Red+Green+Blue) = 22+53+28=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #16351C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16351C is #E9CAE3. Grayscale: #282828. Windows color (decimal): -15321828 or 1848598. OLE color: 1848598.

HSL color Cylindrical-coordinate representation of color #16351C: hue angle of 131.61º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #16351C is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB225328-
CMYK0.5800.470.79
HSL131.61º41.33%14.71%-
HSV(B)131.61º58.49%20.78%-
XYZ1.812.81.54-
YUV40.88120.73114.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.36%
GREEN value IS 53 (21.09% from 255) = 51.46%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=21.36%
G=51.46%
B=27.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253280.5800.470.79131.6141.3314.71
Hex16351C3A02F4F8429f
Octal266534720571172045117
Binary101101101011110011101001011111001111100001001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16351C; }

 p { color: rgb(22,53,28); }

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

<style>
 a { background-color: #16351C; }

 a { background-color: rgb(22,53,28); }

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

<style>
 span { border-color: #16351C; }

 span { border-color: rgb(22,53,28); }

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