Html Css Color HEX #074213 Deep Fir

📋 copy color: '#074213'

red 7 ◦ green 66 ◦ blue 19

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

Shades of Deep Fir #074213

Tints of Deep Fir #074213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 71.74%

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

R = 7.61%
G = 71.74%
B = 20.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#074213 (or 0x074213) is known color: Deep Fir. HEX triplet: 07, 42 and 13. RGB value is (7,66,19). Sum of RGB (Red+Green+Blue) = 7+66+19=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #074213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074213 is #F8BDEC. Grayscale: #2B2B2B. Windows color (decimal): -16301549 or 1262087. OLE color: 1262087.

HSL color Cylindrical-coordinate representation of color #074213: hue angle of 132.2º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074213 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 19 -
CMYK 0.89 0 0.71 0.74
HSL 132.2º 0.81% 0.14% -
HSV(B) 132.2º 0.89% 0.26% -
XYZ 2.15 3.99 1.27 -
YUV 43 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 7 66 19 0.89 0 0.71 0.74 132.2 0.81 0.14
Hex 7 42 13 59 0 47 4A 84 51 E
Octal 7 102 23 131 0 107 112 204 121 16
Binary 111 1000010 10011 1011001 0 1000111 1001010 10000100 1010001 1110

Color Harmonies of #074213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074213

Black with #074213

Text Example


Text Example

White with #074213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074213; }

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

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

background-color css

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

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

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

border-color css

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

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

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