Html Css Color HEX #074513 Deep Fir

📋 copy color: '#074513'

red 7 ◦ green 69 ◦ blue 19

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

Shades of Deep Fir #074513

Tints of Deep Fir #074513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 72.63%

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

R = 7.37%
G = 72.63%
B = 20%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#074513 (or 0x074513) is known color: Deep Fir. HEX triplet: 07, 45 and 13. RGB value is (7,69,19). Sum of RGB (Red+Green+Blue) = 7+69+19=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 69 (27.34% from 255 or 72.63% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 69 - color contains mainly: green. Hex color #074513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074513 is #F8BAEC. Grayscale: #2C2C2C. Windows color (decimal): -16300781 or 1262855. OLE color: 1262855.

HSL color Cylindrical-coordinate representation of color #074513: hue angle of 131.61º degrees, saturation: 0.82, 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 #074513 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 69 19 -
CMYK 0.90 0 0.72 0.73
HSL 131.61º 0.82% 0.15% -
HSV(B) 131.61º 0.9% 0.27% -
XYZ 2.33 4.35 1.33 -
YUV 44.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 7 69 19 0.90 0 0.72 0.73 131.61 0.82 0.15
Hex 7 45 13 5A 0 48 49 84 52 F
Octal 7 105 23 132 0 110 111 204 122 17
Binary 111 1000101 10011 1011010 0 1001000 1001001 10000100 1010010 1111

Color Harmonies of #074513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074513

Black with #074513

Text Example


Text Example

White with #074513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074513; }

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

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

background-color css

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

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

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

border-color css

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

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

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