#073816

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

Shades of Deep Fir #073816

Tints of Deep Fir #073816

Color information

#073816 (or 0x073816) is unknown color: approx Deep Fir. HEX triplet: 07, 38 and 16. RGB value is (7,56,22). Sum of RGB (Red+Green+Blue) = 7+56+22=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #073816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073816 is #F8C7E9. Grayscale: #252525. Windows color (decimal): -16304106 or 1456135. OLE color: 1456135.

HSL color Cylindrical-coordinate representation of color #073816: hue angle of 138.37º 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 #073816 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB75622-
CMYK0.8800.610.78
HSL138.37º77.78%12.35%-
HSV(B)138.37º87.5%21.96%-
XYZ1.652.931.24-
YUV37.47119.27106.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.24%
GREEN value IS 56 (22.27% from 255) = 65.88%
BLUE value IS 22 (8.98% from 255) = 25.88%
R=8.24%
G=65.88%
B=25.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal756220.8800.610.78138.3777.7812.35
Hex738165803D4E8a4ec
Octal7702613007511621211614
Binary111111000101101011000011110110011101000101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073816; }

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

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

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

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

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

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

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

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