#073819

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

Shades of Deep Fir #073819

Tints of Deep Fir #073819

Color information

#073819 (or 0x073819) is unknown color: approx Deep Fir. HEX triplet: 07, 38 and 19. RGB value is (7,56,25). Sum of RGB (Red+Green+Blue) = 7+56+25=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 56 (22.27% from 255 or 63.64% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 56 - color contains mainly: green. Hex color #073819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073819 is #F8C7E6. Grayscale: #252525. Windows color (decimal): -16304103 or 1652743. OLE color: 1652743.

HSL color Cylindrical-coordinate representation of color #073819: hue angle of 142.04º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073819 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB75625-
CMYK0.8800.550.78
HSL142.04º77.78%12.35%-
HSV(B)142.04º87.5%21.96%-
XYZ1.682.941.4-
YUV37.82120.77106.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 56 (22.27% from 255) = 63.64%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=7.95%
G=63.64%
B=28.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal756250.8800.550.78142.0477.7812.35
Hex73819580374E8e4ec
Octal7703113006711621611614
Binary111111000110011011000011011110011101000111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073819; }

 p { color: rgb(7,56,25); }

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

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

 a { background-color: rgb(7,56,25); }

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

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

 span { border-color: rgb(7,56,25); }

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