#07260D

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

Shades of Deep Fir #07260D

Tints of Deep Fir #07260D

Color information

#07260D (or 0x07260D) is unknown color: approx Deep Fir. HEX triplet: 07, 26 and 0D. RGB value is (7,38,13). Sum of RGB (Red+Green+Blue) = 7+38+13=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 38 (15.23% from 255 or 65.52% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 38 - color contains mainly: green. Hex color #07260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07260D is #F8D9F2. Grayscale: #191919. Windows color (decimal): -16308723 or 861703. OLE color: 861703.

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

Color convert

RGB73813-
CMYK0.8200.660.85
HSL131.61º68.89%8.82%-
HSV(B)131.61º81.58%14.9%-
XYZ0.851.460.62-
YUV25.88120.73114.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 38 (15.23% from 255) = 65.52%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=12.07%
G=65.52%
B=22.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal738130.8200.660.85131.6168.898.82
Hex726D520425584459
Octal74615122010212520410511
Binary111100110110110100100100001010101011000010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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