#05280A

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

Shades of Deep Fir #05280A

Tints of Deep Fir #05280A

Color information

#05280A (or 0x05280A) is unknown color: approx Deep Fir. HEX triplet: 05, 28 and 0A. RGB value is (5,40,10). Sum of RGB (Red+Green+Blue) = 5+40+10=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 40 (16.02% from 255 or 72.73% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 40 - color contains mainly: green. Hex color #05280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05280A is #FAD7F5. Grayscale: #1A1A1A. Windows color (decimal): -16439286 or 665605. OLE color: 665605.

HSL color Cylindrical-coordinate representation of color #05280A: hue angle of 128.57º 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 #05280A is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB54010-
CMYK0.8800.750.84
HSL128.57º77.78%8.82%-
HSV(B)128.57º87.5%15.69%-
XYZ0.881.570.54-
YUV26.12118.9112.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 40 (16.02% from 255) = 72.73%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=9.09%
G=72.73%
B=18.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540100.8800.750.84128.5777.788.82
Hex528A5804B54814e9
Octal55012130011312420111611
Binary101101000101010110000100101110101001000000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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