#05320F

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

Shades of Deep Fir #05320F

Tints of Deep Fir #05320F

Color information

#05320F (or 0x05320F) is unknown color: approx Deep Fir. HEX triplet: 05, 32 and 0F. RGB value is (5,50,15). Sum of RGB (Red+Green+Blue) = 5+50+15=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #05320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05320F is #FACDF0. Grayscale: #202020. Windows color (decimal): -16436721 or 995845. OLE color: 995845.

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

Color convert

RGB55015-
CMYK0.9000.700.80
HSL133.33º81.82%10.78%-
HSV(B)133.33º90%19.61%-
XYZ1.292.350.84-
YUV32.56118.09108.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 50 (19.92% from 255) = 71.43%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=7.14%
G=71.43%
B=21.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550150.9000.700.80133.3381.8210.78
Hex532F5A046508552b
Octal56217132010612020512213
Binary101110010111110110100100011010100001000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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