Html Css Color HEX #11481A Deep Fir

📋 copy color: '#11481A'

red 17 ◦ green 72 ◦ blue 26

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

Shades of Deep Fir #11481A

Tints of Deep Fir #11481A

RGB

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

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

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

R = 14.78%
G = 62.61%
B = 22.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#11481A (or 0x11481A) is known color: Deep Fir. HEX triplet: 11, 48 and 1A. RGB value is (17,72,26). Sum of RGB (Red+Green+Blue) = 17+72+26=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #11481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11481A is #EEB7E5. Grayscale: #323232. Windows color (decimal): -15644646 or 1722385. OLE color: 1722385.

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

Color convert

RGB 17 72 26 -
CMYK 0.76 0 0.64 0.72
HSL 129.82º 0.62% 0.17% -
HSV(B) 129.82º 0.76% 0.28% -
XYZ 2.73 4.83 1.77 -
YUV 50.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 17 72 26 0.76 0 0.64 0.72 129.82 0.62 0.17
Hex 11 48 1A 4C 0 40 48 82 3E 11
Octal 21 110 32 114 0 100 110 202 76 21
Binary 10001 1001000 11010 1001100 0 1000000 1001000 10000010 111110 10001

Color Harmonies of #11481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11481A

Black with #11481A

Text Example


Text Example

White with #11481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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