Html Css Color HEX #05400F Deep Fir

📋 copy color: '#05400F'

red 5 ◦ green 64 ◦ blue 15

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

Shades of Deep Fir #05400F

Tints of Deep Fir #05400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 5.95%
G = 76.19%
B = 17.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#05400F (or 0x05400F) is known color: Deep Fir. HEX triplet: 05, 40 and 0F. RGB value is (5,64,15). Sum of RGB (Red+Green+Blue) = 5+64+15=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #05400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05400F is #FABFF0. Grayscale: #282828. Windows color (decimal): -16433137 or 999429. OLE color: 999429.

HSL color Cylindrical-coordinate representation of color #05400F: hue angle of 130.17º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05400F is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 15 -
CMYK 0.92 0 0.77 0.75
HSL 130.17º 0.86% 0.14% -
HSV(B) 130.17º 0.92% 0.25% -
XYZ 1.98 3.73 1.07 -
YUV 40.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 5 64 15 0.92 0 0.77 0.75 130.17 0.86 0.14
Hex 5 40 F 5C 0 4D 4B 82 56 E
Octal 5 100 17 134 0 115 113 202 126 16
Binary 101 1000000 1111 1011100 0 1001101 1001011 10000010 1010110 1110

Color Harmonies of #05400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05400F

Black with #05400F

Text Example


Text Example

White with #05400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05400F; }

 p { color: rgb(5,64,15); }

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

background-color css

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

 a { background-color: rgb(5,64,15); }

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

border-color css

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

 span { border-color: rgb(5,64,15); }

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