#10461B

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

Shades of Deep Fir #10461B

Tints of Deep Fir #10461B

Color information

#10461B (or 0x10461B) is unknown color: approx Deep Fir. HEX triplet: 10, 46 and 1B. RGB value is (16,70,27). Sum of RGB (Red+Green+Blue) = 16+70+27=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 70 (27.73% from 255 or 61.95% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 70 - color contains mainly: green. Hex color #10461B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10461B is #EFB9E4. Grayscale: #313131. Windows color (decimal): -15710693 or 1787408. OLE color: 1787408.

HSL color Cylindrical-coordinate representation of color #10461B: hue angle of 132.22º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10461B is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB167027-
CMYK0.7700.610.73
HSL132.22º62.79%16.86%-
HSV(B)132.22º77.14%27.45%-
XYZ2.64.571.78-
YUV48.95115.61104.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 70 (27.73% from 255) = 61.95%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=14.16%
G=61.95%
B=23.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670270.7700.610.73132.2262.7916.86
Hex10461B4D03D49843f11
Octal20106331150751112047721
Binary100001000110110111001101011110110010011000010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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