#05320A

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

Shades of Deep Fir #05320A

Tints of Deep Fir #05320A

Color information

#05320A (or 0x05320A) is unknown color: approx Deep Fir. HEX triplet: 05, 32 and 0A. RGB value is (5,50,10). Sum of RGB (Red+Green+Blue) = 5+50+10=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 50 (19.92% from 255 or 76.92% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 50 - color contains mainly: green. Hex color #05320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05320A is #FACDF5. Grayscale: #202020. Windows color (decimal): -16436726 or 668165. OLE color: 668165.

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

Color convert

RGB55010-
CMYK0.9000.800.80
HSL126.67º81.82%10.78%-
HSV(B)126.67º90%19.61%-
XYZ1.262.340.67-
YUV31.98115.59108.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 50 (19.92% from 255) = 76.92%
BLUE value IS 10 (4.30% from 255) = 15.38%
R=7.69%
G=76.92%
B=15.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550100.9000.800.80126.6781.8210.78
Hex532A5A050507f52b
Octal56212132012012017712213
Binary10111001010101011010010100001010000111111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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