Html Css Color HEX #05340E Deep Fir

📋 copy color: '#05340E'

red 5 ◦ green 52 ◦ blue 14

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

Shades of Deep Fir #05340E

Tints of Deep Fir #05340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 73.24%

 BLUE value IS 14 (5.86% from 255) = 19.72%

R = 7.04%
G = 73.24%
B = 19.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#05340E (or 0x05340E) is known color: Deep Fir. HEX triplet: 05, 34 and 0E. RGB value is (5,52,14). Sum of RGB (Red+Green+Blue) = 5+52+14=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 52 (20.70% from 255 or 73.24% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 52 - color contains mainly: green. Hex color #05340E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05340E is #FACBF1. Grayscale: #212121. Windows color (decimal): -16436210 or 930821. OLE color: 930821.

HSL color Cylindrical-coordinate representation of color #05340E: hue angle of 131.49º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05340E is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 14 -
CMYK 0.90 0 0.73 0.80
HSL 131.49º 0.82% 0.11% -
HSV(B) 131.49º 0.9% 0.2% -
XYZ 1.37 2.52 0.83 -
YUV 33.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 5 52 14 0.90 0 0.73 0.80 131.49 0.82 0.11
Hex 5 34 E 5A 0 49 50 83 52 B
Octal 5 64 16 132 0 111 120 203 122 13
Binary 101 110100 1110 1011010 0 1001001 1010000 10000011 1010010 1011

Color Harmonies of #05340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05340E

Black with #05340E

Text Example


Text Example

White with #05340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05340E; }

 p { color: rgb(5,52,14); }

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

background-color css

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

 a { background-color: rgb(5,52,14); }

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

border-color css

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

 span { border-color: rgb(5,52,14); }

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