Html Css Color HEX #11481E Deep Fir

📋 copy color: '#11481E'

red 17 ◦ green 72 ◦ blue 30

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

Shades of Deep Fir #11481E

Tints of Deep Fir #11481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 60.5%

 BLUE value IS 30 (12.11% from 255) = 25.21%

R = 14.29%
G = 60.5%
B = 25.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#11481E (or 0x11481E) is known color: Deep Fir. HEX triplet: 11, 48 and 1E. RGB value is (17,72,30). Sum of RGB (Red+Green+Blue) = 17+72+30=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #11481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11481E is #EEB7E1. Grayscale: #323232. Windows color (decimal): -15644642 or 1984529. OLE color: 1984529.

HSL color Cylindrical-coordinate representation of color #11481E: hue angle of 134.18º degrees, saturation: 0.62, 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 #11481E is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 30 -
CMYK 0.76 0 0.58 0.72
HSL 134.18º 0.62% 0.17% -
HSV(B) 134.18º 0.76% 0.28% -
XYZ 2.78 4.85 2.02 -
YUV 50.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 17 72 30 0.76 0 0.58 0.72 134.18 0.62 0.17
Hex 11 48 1E 4C 0 3A 48 86 3E 11
Octal 21 110 36 114 0 72 110 206 76 21
Binary 10001 1001000 11110 1001100 0 111010 1001000 10000110 111110 10001

Color Harmonies of #11481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11481E

Black with #11481E

Text Example


Text Example

White with #11481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11481E; }

 p { color: rgb(17,72,30); }

 H1.HeaderClassName
 {
   color: #11481E;
 }
 .AnyTagClassName
 {
   color: #11481E;
 }
</style>

background-color css

<style>
 a { background-color: #11481E; }

 a { background-color: rgb(17,72,30); }

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

border-color css

<style>
 span { border-color: #11481E; }

 span { border-color: rgb(17,72,30); }

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