#073317

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

Shades of Deep Fir #073317

Tints of Deep Fir #073317

Color information

#073317 (or 0x073317) is unknown color: approx Deep Fir. HEX triplet: 07, 33 and 17. RGB value is (7,51,23). Sum of RGB (Red+Green+Blue) = 7+51+23=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #073317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073317 is #F8CCE8. Grayscale: #222222. Windows color (decimal): -16305385 or 1520391. OLE color: 1520391.

HSL color Cylindrical-coordinate representation of color #073317: hue angle of 141.82º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073317 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB75123-
CMYK0.8600.550.8
HSL141.82º75.86%11.37%-
HSV(B)141.82º86.27%20%-
XYZ1.432.471.21-
YUV34.65121.42108.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 51 (20.31% from 255) = 62.96%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=8.64%
G=62.96%
B=28.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751230.8600.550.8141.8275.8611.37
Hex7331756037508e4cb
Octal7632712606712021611413
Binary111110011101111010110011011110100001000111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073317; }

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

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

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

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

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

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

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

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