Html Css Color HEX #114319 Deep Fir

📋 copy color: '#114319'

red 17 ◦ green 67 ◦ blue 25

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

Shades of Deep Fir #114319

Tints of Deep Fir #114319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 61.47%

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

R = 15.6%
G = 61.47%
B = 22.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#114319 (or 0x114319) is known color: Deep Fir. HEX triplet: 11, 43 and 19. RGB value is (17,67,25). Sum of RGB (Red+Green+Blue) = 17+67+25=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #114319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114319 is #EEBCE6. Grayscale: #2F2F2F. Windows color (decimal): -15645927 or 1655569. OLE color: 1655569.

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

Color convert

RGB 17 67 25 -
CMYK 0.75 0 0.63 0.74
HSL 129.6º 0.6% 0.16% -
HSV(B) 129.6º 0.75% 0.26% -
XYZ 2.41 4.2 1.6 -
YUV 47.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 17 67 25 0.75 0 0.63 0.74 129.6 0.6 0.16
Hex 11 43 19 4B 0 3F 4A 82 3C 10
Octal 21 103 31 113 0 77 112 202 74 20
Binary 10001 1000011 11001 1001011 0 111111 1001010 10000010 111100 10000

Color Harmonies of #114319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114319

Black with #114319

Text Example


Text Example

White with #114319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114319; }

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

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

background-color css

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

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

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

border-color css

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

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

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