#07250E

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

Shades of Deep Fir #07250E

Tints of Deep Fir #07250E

Color information

#07250E (or 0x07250E) is unknown color: approx Deep Fir. HEX triplet: 07, 25 and 0E. RGB value is (7,37,14). Sum of RGB (Red+Green+Blue) = 7+37+14=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #07250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07250E is #F8DAF1. Grayscale: #191919. Windows color (decimal): -16308978 or 926983. OLE color: 926983.

HSL color Cylindrical-coordinate representation of color #07250E: hue angle of 134º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #07250E is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB73714-
CMYK0.8100.620.85
HSL134º68.18%8.63%-
HSV(B)134º81.08%14.51%-
XYZ0.831.40.64-
YUV25.41121.56114.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 37 (14.84% from 255) = 63.79%
BLUE value IS 14 (5.86% from 255) = 24.14%
R=12.07%
G=63.79%
B=24.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737140.8100.620.8513468.188.63
Hex725E5103E5586449
Octal7451612107612520610411
Binary11110010111101010001011111010101011000011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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