#07330C

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

Shades of Deep Fir #07330C

Tints of Deep Fir #07330C

Color information

#07330C (or 0x07330C) is unknown color: approx Deep Fir. HEX triplet: 07, 33 and 0C. RGB value is (7,51,12). Sum of RGB (Red+Green+Blue) = 7+51+12=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 51 (20.31% from 255 or 72.86% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 51 - color contains mainly: green. Hex color #07330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07330C is #F8CCF3. Grayscale: #212121. Windows color (decimal): -16305396 or 799495. OLE color: 799495.

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

Color convert

RGB75112-
CMYK0.8600.760.8
HSL126.82º75.86%11.37%-
HSV(B)126.82º86.27%20%-
XYZ1.342.440.75-
YUV33.4115.92109.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10%
GREEN value IS 51 (20.31% from 255) = 72.86%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=10%
G=72.86%
B=17.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751120.8600.760.8126.8275.8611.37
Hex733C5604C507f4cb
Octal76314126011412017711413
Binary11111001111001010110010011001010000111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07330C; }

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

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

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

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

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

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

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

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