Html Css Color HEX #074419 Deep Fir

📋 copy color: '#074419'

red 7 ◦ green 68 ◦ blue 25

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

Shades of Deep Fir #074419

Tints of Deep Fir #074419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 68%

 BLUE value IS 25 (10.16% from 255) = 25%

R = 7%
G = 68%
B = 25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#074419 (or 0x074419) is known color: Deep Fir. HEX triplet: 07, 44 and 19. RGB value is (7,68,25). Sum of RGB (Red+Green+Blue) = 7+68+25=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #074419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074419 is #F8BBE6. Grayscale: #2C2C2C. Windows color (decimal): -16301031 or 1655815. OLE color: 1655815.

HSL color Cylindrical-coordinate representation of color #074419: hue angle of 137.7º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074419 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 25 -
CMYK 0.90 0 0.63 0.73
HSL 137.7º 0.81% 0.15% -
HSV(B) 137.7º 0.9% 0.27% -
XYZ 2.33 4.25 1.62 -
YUV 44.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 7 68 25 0.90 0 0.63 0.73 137.7 0.81 0.15
Hex 7 44 19 5A 0 3F 49 8A 51 F
Octal 7 104 31 132 0 77 111 212 121 17
Binary 111 1000100 11001 1011010 0 111111 1001001 10001010 1010001 1111

Color Harmonies of #074419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074419

Black with #074419

Text Example


Text Example

White with #074419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074419; }

 p { color: rgb(7,68,25); }

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

background-color css

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

 a { background-color: rgb(7,68,25); }

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

border-color css

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

 span { border-color: rgb(7,68,25); }

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