#05280C

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

Shades of Deep Fir #05280C

Tints of Deep Fir #05280C

Color information

#05280C (or 0x05280C) is unknown color: approx Deep Fir. HEX triplet: 05, 28 and 0C. RGB value is (5,40,12). Sum of RGB (Red+Green+Blue) = 5+40+12=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 40 (16.02% from 255 or 70.18% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 40 - color contains mainly: green. Hex color #05280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05280C is #FAD7F3. Grayscale: #1A1A1A. Windows color (decimal): -16439284 or 796677. OLE color: 796677.

HSL color Cylindrical-coordinate representation of color #05280C: hue angle of 132º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05280C is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB54012-
CMYK0.8800.700.84
HSL132º77.78%8.82%-
HSV(B)132º87.5%15.69%-
XYZ0.891.580.61-
YUV26.34119.9112.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 40 (16.02% from 255) = 70.18%
BLUE value IS 12 (5.08% from 255) = 21.05%
R=8.77%
G=70.18%
B=21.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540120.8800.700.8413277.788.82
Hex528C5804654844e9
Octal55014130010612420411611
Binary101101000110010110000100011010101001000010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05280C; }

 p { color: rgb(5,40,12); }

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

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

 a { background-color: rgb(5,40,12); }

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

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

 span { border-color: rgb(5,40,12); }

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