#07270D

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

Shades of Deep Fir #07270D

Tints of Deep Fir #07270D

Color information

#07270D (or 0x07270D) is unknown color: approx Deep Fir. HEX triplet: 07, 27 and 0D. RGB value is (7,39,13). Sum of RGB (Red+Green+Blue) = 7+39+13=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #07270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07270D is #F8D8F2. Grayscale: #1A1A1A. Windows color (decimal): -16308467 or 861959. OLE color: 861959.

HSL color Cylindrical-coordinate representation of color #07270D: hue angle of 131.25º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07270D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB73913-
CMYK0.8200.670.85
HSL131.25º69.57%9.02%-
HSV(B)131.25º82.05%15.29%-
XYZ0.891.530.63-
YUV26.47120.4114.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.86%
GREEN value IS 39 (15.62% from 255) = 66.10%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=11.86%
G=66.10%
B=22.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal739130.8200.670.85131.2569.579.02
Hex727D520435583469
Octal74715122010312520310611
Binary111100111110110100100100001110101011000001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07270D; }

 p { color: rgb(7,39,13); }

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

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

 a { background-color: rgb(7,39,13); }

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

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

 span { border-color: rgb(7,39,13); }

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