#05270E

Color #05270E Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #05270E

Tints of Deep Fir #05270E

Color information

#05270E (or 0x05270E) is unknown color: approx Deep Fir. HEX triplet: 05, 27 and 0E. RGB value is (5,39,14). Sum of RGB (Red+Green+Blue) = 5+39+14=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #05270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05270E is #FAD8F1. Grayscale: #1A1A1A. Windows color (decimal): -16439538 or 927493. OLE color: 927493.

HSL color Cylindrical-coordinate representation of color #05270E: hue angle of 135.88º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05270E is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB53914-
CMYK0.8700.640.85
HSL135.88º77.27%8.63%-
HSV(B)135.88º87.18%15.29%-
XYZ0.871.520.66-
YUV25.98121.24113.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 39 (15.62% from 255) = 67.24%
BLUE value IS 14 (5.86% from 255) = 24.14%
R=8.62%
G=67.24%
B=24.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal539140.8700.640.85135.8877.278.63
Hex527E5704055884d9
Octal54716127010012521011511
Binary101100111111010101110100000010101011000100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05270E;
 }
 .AnyTagClassName
 {
   color: #05270E;
 }
</style>
background-color css

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

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

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

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

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

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