Html Css Color HEX #07310E Deep Fir

📋 copy color: '#07310E'

red 7 ◦ green 49 ◦ blue 14

#07310E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #07310E

Tints of Deep Fir #07310E

RGB

 RED value IS 7 (3.13% from 255) = 10%

 GREEN value IS 49 (19.53% from 255) = 70%

 BLUE value IS 14 (5.86% from 255) = 20%

R = 10%
G = 70%
B = 20%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#07310E (or 0x07310E) is known color: Deep Fir. HEX triplet: 07, 31 and 0E. RGB value is (7,49,14). Sum of RGB (Red+Green+Blue) = 7+49+14=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #07310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07310E is #F8CEF1. Grayscale: #202020. Windows color (decimal): -16305906 or 930055. OLE color: 930055.

HSL color Cylindrical-coordinate representation of color #07310E: hue angle of 130º 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 #07310E is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 14 -
CMYK 0.86 0 0.71 0.81
HSL 130º 0.75% 0.11% -
HSV(B) 130º 0.86% 0.19% -
XYZ 1.27 2.27 0.79 -
YUV 32.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 7 49 14 0.86 0 0.71 0.81 130 0.75 0.11
Hex 7 31 E 56 0 47 51 82 4B B
Octal 7 61 16 126 0 107 121 202 113 13
Binary 111 110001 1110 1010110 0 1000111 1010001 10000010 1001011 1011

Color Harmonies of #07310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07310E

Black with #07310E

Text Example


Text Example

White with #07310E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07310E;
 }
 .AnyTagClassName
 {
   color: #07310E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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