#07260E

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

Shades of Deep Fir #07260E

Tints of Deep Fir #07260E

Color information

#07260E (or 0x07260E) is unknown color: approx Deep Fir. HEX triplet: 07, 26 and 0E. RGB value is (7,38,14). Sum of RGB (Red+Green+Blue) = 7+38+14=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #07260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07260E is #F8D9F1. Grayscale: #1A1A1A. Windows color (decimal): -16308722 or 927239. OLE color: 927239.

HSL color Cylindrical-coordinate representation of color #07260E: hue angle of 133.55º degrees, saturation: 0.69, 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 #07260E is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB73814-
CMYK0.8200.630.85
HSL133.55º68.89%8.82%-
HSV(B)133.55º81.58%14.9%-
XYZ0.861.460.65-
YUV25.99121.23114.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.86%
GREEN value IS 38 (15.23% from 255) = 64.41%
BLUE value IS 14 (5.86% from 255) = 23.73%
R=11.86%
G=64.41%
B=23.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal738140.8200.630.85133.5568.898.82
Hex726E5203F5586459
Octal7461612207712520610511
Binary11110011011101010010011111110101011000011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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