Html Css Color HEX #01460D Deep Fir

📋 copy color: '#01460D'

red 1 ◦ green 70 ◦ blue 13

#01460D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #01460D

Tints of Deep Fir #01460D

RGB

 RED value IS 1 (0.78% from 255) = 1.19%

 GREEN value IS 70 (27.73% from 255) = 83.33%

 BLUE value IS 13 (5.47% from 255) = 15.48%

R = 1.19%
G = 83.33%
B = 15.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#01460D (or 0x01460D) is known color: Deep Fir. HEX triplet: 01, 46 and 0D. RGB value is (1,70,13). Sum of RGB (Red+Green+Blue) = 1+70+13=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 70 (27.73% from 255 or 83.33% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 70 - color contains mainly: green. Hex color #01460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01460D is #FEB9F2. Grayscale: #2B2B2B. Windows color (decimal): -16693747 or 869889. OLE color: 869889.

HSL color Cylindrical-coordinate representation of color #01460D: hue angle of 130.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01460D is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 70 13 -
CMYK 0.99 0 0.81 0.73
HSL 130.43º 0.97% 0.14% -
HSV(B) 130.43º 0.99% 0.27% -
XYZ 2.28 4.42 1.11 -
YUV 42.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 1 70 13 0.99 0 0.81 0.73 130.43 0.97 0.14
Hex 1 46 D 63 0 51 49 82 61 E
Octal 1 106 15 143 0 121 111 202 141 16
Binary 1 1000110 1101 1100011 0 1010001 1001001 10000010 1100001 1110

Color Harmonies of #01460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01460D

Black with #01460D

Text Example


Text Example

White with #01460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01460D; }

 p { color: rgb(1,70,13); }

 H1.HeaderClassName
 {
   color: #01460D;
 }
 .AnyTagClassName
 {
   color: #01460D;
 }
</style>

background-color css

<style>
 a { background-color: #01460D; }

 a { background-color: rgb(1,70,13); }

 div.DivClassName
 {
   background-color: #01460D;
 }
 .BgClassName
 {
   background-color: #01460D;
 }
</style>

border-color css

<style>
 span { border-color: #01460D; }

 span { border-color: rgb(1,70,13); }

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