#073311

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

Shades of Deep Fir #073311

Tints of Deep Fir #073311

Color information

#073311 (or 0x073311) is unknown color: approx Deep Fir. HEX triplet: 07, 33 and 11. RGB value is (7,51,17). Sum of RGB (Red+Green+Blue) = 7+51+17=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #073311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073311 is #F8CCEE. Grayscale: #222222. Windows color (decimal): -16305391 or 1127175. OLE color: 1127175.

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

Color convert

RGB75117-
CMYK0.8600.670.8
HSL133.64º75.86%11.37%-
HSV(B)133.64º86.27%20%-
XYZ1.372.450.93-
YUV33.97118.42108.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 51 (20.31% from 255) = 68%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=9.33%
G=68%
B=22.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751170.8600.670.8133.6475.8611.37
Hex733115604350864cb
Octal76321126010312020611413
Binary1111100111000110101100100001110100001000011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073311; }

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

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

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

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

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

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

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

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