Html Css Color HEX #05420F Deep Fir

📋 copy color: '#05420F'

red 5 ◦ green 66 ◦ blue 15

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

Shades of Deep Fir #05420F

Tints of Deep Fir #05420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 76.74%

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

R = 5.81%
G = 76.74%
B = 17.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#05420F (or 0x05420F) is known color: Deep Fir. HEX triplet: 05, 42 and 0F. RGB value is (5,66,15). Sum of RGB (Red+Green+Blue) = 5+66+15=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 66 (26.17% from 255 or 76.74% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 66 - color contains mainly: green. Hex color #05420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05420F is #FABDF0. Grayscale: #2A2A2A. Windows color (decimal): -16432625 or 999941. OLE color: 999941.

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

Color convert

RGB 5 66 15 -
CMYK 0.92 0 0.77 0.74
HSL 129.84º 0.86% 0.14% -
HSV(B) 129.84º 0.92% 0.26% -
XYZ 2.1 3.96 1.11 -
YUV 41.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 5 66 15 0.92 0 0.77 0.74 129.84 0.86 0.14
Hex 5 42 F 5C 0 4D 4A 82 56 E
Octal 5 102 17 134 0 115 112 202 126 16
Binary 101 1000010 1111 1011100 0 1001101 1001010 10000010 1010110 1110

Color Harmonies of #05420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05420F

Black with #05420F

Text Example


Text Example

White with #05420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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