#07330E

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

Shades of Deep Fir #07330E

Tints of Deep Fir #07330E

Color information

#07330E (or 0x07330E) is unknown color: approx Deep Fir. HEX triplet: 07, 33 and 0E. RGB value is (7,51,14). Sum of RGB (Red+Green+Blue) = 7+51+14=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #07330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07330E is #F8CCF1. Grayscale: #212121. Windows color (decimal): -16305394 or 930567. OLE color: 930567.

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

Color convert

RGB75114-
CMYK0.8600.730.8
HSL129.55º75.86%11.37%-
HSV(B)129.55º86.27%20%-
XYZ1.352.440.82-
YUV33.63116.92109.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 51 (20.31% from 255) = 70.83%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=9.72%
G=70.83%
B=19.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751140.8600.730.8129.5575.8611.37
Hex733E5604950824cb
Octal76316126011112020211413
Binary111110011111010101100100100110100001000001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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