Html Css Color HEX #073915 Deep Fir

📋 copy color: '#073915'

red 7 ◦ green 57 ◦ blue 21

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

Shades of Deep Fir #073915

Tints of Deep Fir #073915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 67.06%

 BLUE value IS 21 (8.59% from 255) = 24.71%

R = 8.24%
G = 67.06%
B = 24.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#073915 (or 0x073915) is known color: Deep Fir. HEX triplet: 07, 39 and 15. RGB value is (7,57,21). Sum of RGB (Red+Green+Blue) = 7+57+21=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #073915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073915 is #F8C6EA. Grayscale: #262626. Windows color (decimal): -16303851 or 1390855. OLE color: 1390855.

HSL color Cylindrical-coordinate representation of color #073915: hue angle of 136.8º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073915 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 57 21 -
CMYK 0.88 0 0.63 0.78
HSL 136.8º 0.78% 0.13% -
HSV(B) 136.8º 0.88% 0.22% -
XYZ 1.69 3.03 1.2 -
YUV 37.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 7 57 21 0.88 0 0.63 0.78 136.8 0.78 0.13
Hex 7 39 15 58 0 3F 4E 89 4E D
Octal 7 71 25 130 0 77 116 211 116 15
Binary 111 111001 10101 1011000 0 111111 1001110 10001001 1001110 1101

Color Harmonies of #073915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073915

Black with #073915

Text Example


Text Example

White with #073915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073915; }

 p { color: rgb(7,57,21); }

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

background-color css

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

 a { background-color: rgb(7,57,21); }

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

border-color css

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

 span { border-color: rgb(7,57,21); }

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