Html Css Color HEX #11471F Deep Fir

📋 copy color: '#11471F'

red 17 ◦ green 71 ◦ blue 31

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

Shades of Deep Fir #11471F

Tints of Deep Fir #11471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 59.66%

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

R = 14.29%
G = 59.66%
B = 26.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#11471F (or 0x11471F) is known color: Deep Fir. HEX triplet: 11, 47 and 1F. RGB value is (17,71,31). Sum of RGB (Red+Green+Blue) = 17+71+31=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #11471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11471F is #EEB8E0. Grayscale: #323232. Windows color (decimal): -15644897 or 2049809. OLE color: 2049809.

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

Color convert

RGB 17 71 31 -
CMYK 0.76 0 0.56 0.72
HSL 135.56º 0.61% 0.17% -
HSV(B) 135.56º 0.76% 0.28% -
XYZ 2.73 4.72 2.06 -
YUV 50.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 17 71 31 0.76 0 0.56 0.72 135.56 0.61 0.17
Hex 11 47 1F 4C 0 38 48 88 3D 11
Octal 21 107 37 114 0 70 110 210 75 21
Binary 10001 1000111 11111 1001100 0 111000 1001000 10001000 111101 10001

Color Harmonies of #11471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11471F

Black with #11471F

Text Example


Text Example

White with #11471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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