Html Css Color HEX #11461F Deep Fir

📋 copy color: '#11461F'

red 17 ◦ green 70 ◦ blue 31

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

Shades of Deep Fir #11461F

Tints of Deep Fir #11461F

RGB

 RED value IS 17 (7.03% from 255) = 14.41%

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

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 14.41%
G = 59.32%
B = 26.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#11461F (or 0x11461F) is known color: Deep Fir. HEX triplet: 11, 46 and 1F. RGB value is (17,70,31). Sum of RGB (Red+Green+Blue) = 17+70+31=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #11461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11461F is #EEB9E0. Grayscale: #313131. Windows color (decimal): -15645153 or 2049553. OLE color: 2049553.

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

Color convert

RGB 17 70 31 -
CMYK 0.76 0 0.56 0.73
HSL 135.85º 0.61% 0.17% -
HSV(B) 135.85º 0.76% 0.27% -
XYZ 2.67 4.6 2.04 -
YUV 49.71 117.44 104.67 -
System Red Green Blue C M Y K H S L
Decimal 17 70 31 0.76 0 0.56 0.73 135.85 0.61 0.17
Hex 11 46 1F 4C 0 38 49 88 3D 11
Octal 21 106 37 114 0 70 111 210 75 21
Binary 10001 1000110 11111 1001100 0 111000 1001001 10001000 111101 10001

Color Harmonies of #11461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11461F

Black with #11461F

Text Example


Text Example

White with #11461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,70,31); }

 H1.HeaderClassName
 {
   color: #11461F;
 }
 .AnyTagClassName
 {
   color: #11461F;
 }
</style>

background-color css

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

 a { background-color: rgb(17,70,31); }

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

border-color css

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

 span { border-color: rgb(17,70,31); }

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