Html Css Color HEX #11471C Deep Fir

📋 copy color: '#11471C'

red 17 ◦ green 71 ◦ blue 28

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

Shades of Deep Fir #11471C

Tints of Deep Fir #11471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.14%

R = 14.66%
G = 61.21%
B = 24.14%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#11471C (or 0x11471C) is known color: Deep Fir. HEX triplet: 11, 47 and 1C. RGB value is (17,71,28). Sum of RGB (Red+Green+Blue) = 17+71+28=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #11471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11471C is #EEB8E3. Grayscale: #323232. Windows color (decimal): -15644900 or 1853201. OLE color: 1853201.

HSL color Cylindrical-coordinate representation of color #11471C: hue angle of 132.22º 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 #11471C is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 71 28 -
CMYK 0.76 0 0.61 0.72
HSL 132.22º 0.61% 0.17% -
HSV(B) 132.22º 0.76% 0.28% -
XYZ 2.69 4.71 1.87 -
YUV 49.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 17 71 28 0.76 0 0.61 0.72 132.22 0.61 0.17
Hex 11 47 1C 4C 0 3D 48 84 3D 11
Octal 21 107 34 114 0 75 110 204 75 21
Binary 10001 1000111 11100 1001100 0 111101 1001000 10000100 111101 10001

Color Harmonies of #11471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11471C

Black with #11471C

Text Example


Text Example

White with #11471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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