#073717

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

Shades of Deep Fir #073717

Tints of Deep Fir #073717

Color information

#073717 (or 0x073717) is unknown color: approx Deep Fir. HEX triplet: 07, 37 and 17. RGB value is (7,55,23). Sum of RGB (Red+Green+Blue) = 7+55+23=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #073717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073717 is #F8C8E8. Grayscale: #252525. Windows color (decimal): -16304361 or 1521415. OLE color: 1521415.

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

Color convert

RGB75523-
CMYK0.8700.580.78
HSL140º77.42%12.16%-
HSV(B)140º87.27%21.57%-
XYZ1.612.841.27-
YUV37120.1106.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.24%
GREEN value IS 55 (21.88% from 255) = 64.71%
BLUE value IS 23 (9.38% from 255) = 27.06%
R=8.24%
G=64.71%
B=27.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal755230.8700.580.7814077.4212.16
Hex737175703A4E8c4dc
Octal7672712707211621411514
Binary111110111101111010111011101010011101000110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073717; }

 p { color: rgb(7,55,23); }

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

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

 a { background-color: rgb(7,55,23); }

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

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

 span { border-color: rgb(7,55,23); }

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