Html Css Color HEX #114021 Deep Fir

📋 copy color: '#114021'

red 17 ◦ green 64 ◦ blue 33

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

Shades of Deep Fir #114021

Tints of Deep Fir #114021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.14%

 BLUE value IS 33 (13.28% from 255) = 28.95%

R = 14.91%
G = 56.14%
B = 28.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#114021 (or 0x114021) is known color: Deep Fir. HEX triplet: 11, 40 and 21. RGB value is (17,64,33). Sum of RGB (Red+Green+Blue) = 17+64+33=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #114021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114021 is #EEBFDE. Grayscale: #2E2E2E. Windows color (decimal): -15646687 or 2179089. OLE color: 2179089.

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

Color convert

RGB 17 64 33 -
CMYK 0.73 0 0.48 0.75
HSL 140.43º 0.58% 0.16% -
HSV(B) 140.43º 0.73% 0.25% -
XYZ 2.34 3.9 2.07 -
YUV 46.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 17 64 33 0.73 0 0.48 0.75 140.43 0.58 0.16
Hex 11 40 21 49 0 30 4B 8C 3A 10
Octal 21 100 41 111 0 60 113 214 72 20
Binary 10001 1000000 100001 1001001 0 110000 1001011 10001100 111010 10000

Color Harmonies of #114021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114021

Black with #114021

Text Example


Text Example

White with #114021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114021; }

 p { color: rgb(17,64,33); }

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

background-color css

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

 a { background-color: rgb(17,64,33); }

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

border-color css

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

 span { border-color: rgb(17,64,33); }

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