Html Css Color HEX #114119 Deep Fir

📋 copy color: '#114119'

red 17 ◦ green 65 ◦ blue 25

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

Shades of Deep Fir #114119

Tints of Deep Fir #114119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 60.75%

 BLUE value IS 25 (10.16% from 255) = 23.36%

R = 15.89%
G = 60.75%
B = 23.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#114119 (or 0x114119) is known color: Deep Fir. HEX triplet: 11, 41 and 19. RGB value is (17,65,25). Sum of RGB (Red+Green+Blue) = 17+65+25=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #114119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114119 is #EEBEE6. Grayscale: #2E2E2E. Windows color (decimal): -15646439 or 1655057. OLE color: 1655057.

HSL color Cylindrical-coordinate representation of color #114119: hue angle of 130º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114119 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 25 -
CMYK 0.74 0 0.62 0.75
HSL 130º 0.59% 0.16% -
HSV(B) 130º 0.74% 0.25% -
XYZ 2.3 3.97 1.56 -
YUV 46.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 17 65 25 0.74 0 0.62 0.75 130 0.59 0.16
Hex 11 41 19 4A 0 3E 4B 82 3B 10
Octal 21 101 31 112 0 76 113 202 73 20
Binary 10001 1000001 11001 1001010 0 111110 1001011 10000010 111011 10000

Color Harmonies of #114119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114119

Black with #114119

Text Example


Text Example

White with #114119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114119; }

 p { color: rgb(17,65,25); }

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

background-color css

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

 a { background-color: rgb(17,65,25); }

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

border-color css

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

 span { border-color: rgb(17,65,25); }

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