#073318

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

Shades of Deep Fir #073318

Tints of Deep Fir #073318

Color information

#073318 (or 0x073318) is unknown color: approx Deep Fir. HEX triplet: 07, 33 and 18. RGB value is (7,51,24). Sum of RGB (Red+Green+Blue) = 7+51+24=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #073318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073318 is #F8CCE7. Grayscale: #222222. Windows color (decimal): -16305384 or 1585927. OLE color: 1585927.

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

Color convert

RGB75124-
CMYK0.8600.530.8
HSL143.18º75.86%11.37%-
HSV(B)143.18º86.27%20%-
XYZ1.442.481.27-
YUV34.77121.92108.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 51 (20.31% from 255) = 62.20%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=8.54%
G=62.20%
B=29.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751240.8600.530.8143.1875.8611.37
Hex7331856035508f4cb
Octal7633012606512021711413
Binary111110011110001010110011010110100001000111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073318; }

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

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

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

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

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

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

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

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