#07310F

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

Shades of Deep Fir #07310F

Tints of Deep Fir #07310F

Color information

#07310F (or 0x07310F) is unknown color: approx Deep Fir. HEX triplet: 07, 31 and 0F. RGB value is (7,49,15). Sum of RGB (Red+Green+Blue) = 7+49+15=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #07310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07310F is #F8CEF0. Grayscale: #202020. Windows color (decimal): -16305905 or 995591. OLE color: 995591.

HSL color Cylindrical-coordinate representation of color #07310F: hue angle of 131.43º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07310F is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB74915-
CMYK0.8600.690.81
HSL131.43º75%10.98%-
HSV(B)131.43º85.71%19.22%-
XYZ1.272.280.82-
YUV32.57118.09109.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.86%
GREEN value IS 49 (19.53% from 255) = 69.01%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=9.86%
G=69.01%
B=21.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749150.8600.690.81131.437510.98
Hex731F5604551834bb
Octal76117126010512120311313
Binary111110001111110101100100010110100011000001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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