Html Css Color HEX #11471A Deep Fir

📋 copy color: '#11471A'

red 17 ◦ green 71 ◦ blue 26

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

Shades of Deep Fir #11471A

Tints of Deep Fir #11471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.81%

R = 14.91%
G = 62.28%
B = 22.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#11471A (or 0x11471A) is known color: Deep Fir. HEX triplet: 11, 47 and 1A. RGB value is (17,71,26). Sum of RGB (Red+Green+Blue) = 17+71+26=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #11471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11471A is #EEB8E5. Grayscale: #313131. Windows color (decimal): -15644902 or 1722129. OLE color: 1722129.

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

Color convert

RGB 17 71 26 -
CMYK 0.76 0 0.63 0.72
HSL 130º 0.61% 0.17% -
HSV(B) 130º 0.76% 0.28% -
XYZ 2.67 4.7 1.74 -
YUV 49.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 17 71 26 0.76 0 0.63 0.72 130 0.61 0.17
Hex 11 47 1A 4C 0 3F 48 82 3D 11
Octal 21 107 32 114 0 77 110 202 75 21
Binary 10001 1000111 11010 1001100 0 111111 1001000 10000010 111101 10001

Color Harmonies of #11471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11471A

Black with #11471A

Text Example


Text Example

White with #11471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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