#07330F

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

Shades of Deep Fir #07330F

Tints of Deep Fir #07330F

Color information

#07330F (or 0x07330F) is unknown color: approx Deep Fir. HEX triplet: 07, 33 and 0F. RGB value is (7,51,15). Sum of RGB (Red+Green+Blue) = 7+51+15=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #07330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07330F is #F8CCF0. Grayscale: #212121. Windows color (decimal): -16305393 or 996103. OLE color: 996103.

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

Color convert

RGB75115-
CMYK0.8600.710.8
HSL130.91º75.86%11.37%-
HSV(B)130.91º86.27%20%-
XYZ1.362.450.85-
YUV33.74117.42108.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 51 (20.31% from 255) = 69.86%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=9.59%
G=69.86%
B=20.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751150.8600.710.8130.9175.8611.37
Hex733F5604750834cb
Octal76317126010712020311413
Binary111110011111110101100100011110100001000001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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