#07370F

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

Shades of Deep Fir #07370F

Tints of Deep Fir #07370F

Color information

#07370F (or 0x07370F) is unknown color: approx Deep Fir. HEX triplet: 07, 37 and 0F. RGB value is (7,55,15). Sum of RGB (Red+Green+Blue) = 7+55+15=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 55 (21.88% from 255 or 71.43% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 55 - color contains mainly: green. Hex color #07370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07370F is #F8C8F0. Grayscale: #242424. Windows color (decimal): -16304369 or 997127. OLE color: 997127.

HSL color Cylindrical-coordinate representation of color #07370F: hue angle of 130º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07370F is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB75515-
CMYK0.8700.730.78
HSL130º77.42%12.16%-
HSV(B)130º87.27%21.57%-
XYZ1.542.810.91-
YUV36.09116.1107.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 55 (21.88% from 255) = 71.43%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=9.09%
G=71.43%
B=19.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal755150.8700.730.7813077.4212.16
Hex737F570494E824dc
Octal76717127011111620211514
Binary111110111111110101110100100110011101000001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07370F; }

 p { color: rgb(7,55,15); }

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

<style>
 a { background-color: #07370F; }

 a { background-color: rgb(7,55,15); }

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

<style>
 span { border-color: #07370F; }

 span { border-color: rgb(7,55,15); }

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