#05320D

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

Shades of Deep Fir #05320D

Tints of Deep Fir #05320D

Color information

#05320D (or 0x05320D) is unknown color: approx Deep Fir. HEX triplet: 05, 32 and 0D. RGB value is (5,50,13). Sum of RGB (Red+Green+Blue) = 5+50+13=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 50 (19.92% from 255 or 73.53% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 50 - color contains mainly: green. Hex color #05320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05320D is #FACDF2. Grayscale: #202020. Windows color (decimal): -16436723 or 864773. OLE color: 864773.

HSL color Cylindrical-coordinate representation of color #05320D: hue angle of 130.67º 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 #05320D is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB55013-
CMYK0.9000.740.80
HSL130.67º81.82%10.78%-
HSV(B)130.67º90%19.61%-
XYZ1.282.340.77-
YUV32.33117.09108.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 50 (19.92% from 255) = 73.53%
BLUE value IS 13 (5.47% from 255) = 19.12%
R=7.35%
G=73.53%
B=19.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550130.9000.740.80130.6781.8210.78
Hex532D5A04A508352b
Octal56215132011212020312213
Binary101110010110110110100100101010100001000001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05320D; }

 p { color: rgb(5,50,13); }

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

<style>
 a { background-color: #05320D; }

 a { background-color: rgb(5,50,13); }

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

<style>
 span { border-color: #05320D; }

 span { border-color: rgb(5,50,13); }

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