Html Css Color HEX #053114 Deep Fir

📋 copy color: '#053114'

red 5 ◦ green 49 ◦ blue 20

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

Shades of Deep Fir #053114

Tints of Deep Fir #053114

RGB

 RED value IS 5 (2.34% from 255) = 6.76%

 GREEN value IS 49 (19.53% from 255) = 66.22%

 BLUE value IS 20 (8.2% from 255) = 27.03%

R = 6.76%
G = 66.22%
B = 27.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#053114 (or 0x053114) is known color: Deep Fir. HEX triplet: 05, 31 and 14. RGB value is (5,49,20). Sum of RGB (Red+Green+Blue) = 5+49+20=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #053114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053114 is #FACEEB. Grayscale: #202020. Windows color (decimal): -16436972 or 1323269. OLE color: 1323269.

HSL color Cylindrical-coordinate representation of color #053114: hue angle of 140.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053114 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 49 20 -
CMYK 0.90 0 0.59 0.81
HSL 140.45º 0.81% 0.11% -
HSV(B) 140.45º 0.9% 0.19% -
XYZ 1.29 2.28 1.03 -
YUV 32.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 5 49 20 0.90 0 0.59 0.81 140.45 0.81 0.11
Hex 5 31 14 5A 0 3B 51 8C 51 B
Octal 5 61 24 132 0 73 121 214 121 13
Binary 101 110001 10100 1011010 0 111011 1010001 10001100 1010001 1011

Color Harmonies of #053114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053114

Black with #053114

Text Example


Text Example

White with #053114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053114; }

 p { color: rgb(5,49,20); }

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

background-color css

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

 a { background-color: rgb(5,49,20); }

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

border-color css

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

 span { border-color: rgb(5,49,20); }

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