#07200E

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

Shades of Deep Fir #07200E

Tints of Deep Fir #07200E

Color information

#07200E (or 0x07200E) is unknown color: approx Deep Fir. HEX triplet: 07, 20 and 0E. RGB value is (7,32,14). Sum of RGB (Red+Green+Blue) = 7+32+14=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #07200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07200E is #F8DFF1. Grayscale: #161616. Windows color (decimal): -16310258 or 925703. OLE color: 925703.

HSL color Cylindrical-coordinate representation of color #07200E: hue angle of 136.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #07200E is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB73214-
CMYK0.7800.560.87
HSL136.8º64.1%7.65%-
HSV(B)136.8º78.12%12.55%-
XYZ0.681.110.59-
YUV22.47123.22116.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.21%
GREEN value IS 32 (12.89% from 255) = 60.38%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=13.21%
G=60.38%
B=26.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal732140.7800.560.87136.864.17.65
Hex720E4E0385789408
Octal7401611607012721110010
Binary11110000011101001110011100010101111000100110000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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