Html Css Color HEX #073514 Deep Fir

📋 copy color: '#073514'

red 7 ◦ green 53 ◦ blue 20

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

Shades of Deep Fir #073514

Tints of Deep Fir #073514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 66.25%

 BLUE value IS 20 (8.2% from 255) = 25%

R = 8.75%
G = 66.25%
B = 25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#073514 (or 0x073514) is known color: Deep Fir. HEX triplet: 07, 35 and 14. RGB value is (7,53,20). Sum of RGB (Red+Green+Blue) = 7+53+20=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 53 (21.09% from 255 or 66.25% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 53 - color contains mainly: green. Hex color #073514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073514 is #F8CAEB. Grayscale: #232323. Windows color (decimal): -16304876 or 1324295. OLE color: 1324295.

HSL color Cylindrical-coordinate representation of color #073514: hue angle of 136.96º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073514 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 53 20 -
CMYK 0.87 0 0.62 0.79
HSL 136.96º 0.77% 0.12% -
HSV(B) 136.96º 0.87% 0.21% -
XYZ 1.49 2.64 1.09 -
YUV 35.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 7 53 20 0.87 0 0.62 0.79 136.96 0.77 0.12
Hex 7 35 14 57 0 3E 4F 89 4D C
Octal 7 65 24 127 0 76 117 211 115 14
Binary 111 110101 10100 1010111 0 111110 1001111 10001001 1001101 1100

Color Harmonies of #073514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073514

Black with #073514

Text Example


Text Example

White with #073514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073514; }

 p { color: rgb(7,53,20); }

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

background-color css

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

 a { background-color: rgb(7,53,20); }

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

border-color css

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

 span { border-color: rgb(7,53,20); }

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