Html Css Color HEX #073013 Deep Fir

📋 copy color: '#073013'

red 7 ◦ green 48 ◦ blue 19

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

Shades of Deep Fir #073013

Tints of Deep Fir #073013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 64.86%

 BLUE value IS 19 (7.81% from 255) = 25.68%

R = 9.46%
G = 64.86%
B = 25.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#073013 (or 0x073013) is known color: Deep Fir. HEX triplet: 07, 30 and 13. RGB value is (7,48,19). Sum of RGB (Red+Green+Blue) = 7+48+19=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #073013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073013 is #F8CFEC. Grayscale: #202020. Windows color (decimal): -16306157 or 1257479. OLE color: 1257479.

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

Color convert

RGB 7 48 19 -
CMYK 0.85 0 0.60 0.81
HSL 137.56º 0.75% 0.11% -
HSV(B) 137.56º 0.85% 0.19% -
XYZ 1.26 2.21 0.98 -
YUV 32.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 7 48 19 0.85 0 0.60 0.81 137.56 0.75 0.11
Hex 7 30 13 55 0 3C 51 8A 4B B
Octal 7 60 23 125 0 74 121 212 113 13
Binary 111 110000 10011 1010101 0 111100 1010001 10001010 1001011 1011

Color Harmonies of #073013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073013

Black with #073013

Text Example


Text Example

White with #073013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073013; }

 p { color: rgb(7,48,19); }

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

background-color css

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

 a { background-color: rgb(7,48,19); }

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

border-color css

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

 span { border-color: rgb(7,48,19); }

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