#073310

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

Shades of Deep Fir #073310

Tints of Deep Fir #073310

Color information

#073310 (or 0x073310) is unknown color: approx Deep Fir. HEX triplet: 07, 33 and 10. RGB value is (7,51,16). Sum of RGB (Red+Green+Blue) = 7+51+16=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #073310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073310 is #F8CCEF. Grayscale: #212121. Windows color (decimal): -16305392 or 1061639. OLE color: 1061639.

HSL color Cylindrical-coordinate representation of color #073310: hue angle of 132.27º 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 #073310 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB75116-
CMYK0.8600.690.8
HSL132.27º75.86%11.37%-
HSV(B)132.27º86.27%20%-
XYZ1.362.450.89-
YUV33.85117.92108.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 51 (20.31% from 255) = 68.92%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=9.46%
G=68.92%
B=21.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751160.8600.690.8132.2775.8611.37
Hex733105604550844cb
Octal76320126010512020411413
Binary1111100111000010101100100010110100001000010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073310; }

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

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

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

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

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

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

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

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