Html Css Color HEX #07340F Deep Fir

📋 copy color: '#07340F'

red 7 ◦ green 52 ◦ blue 15

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

Shades of Deep Fir #07340F

Tints of Deep Fir #07340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 70.27%

 BLUE value IS 15 (6.25% from 255) = 20.27%

R = 9.46%
G = 70.27%
B = 20.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#07340F (or 0x07340F) is known color: Deep Fir. HEX triplet: 07, 34 and 0F. RGB value is (7,52,15). Sum of RGB (Red+Green+Blue) = 7+52+15=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #07340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07340F is #F8CBF0. Grayscale: #222222. Windows color (decimal): -16305137 or 996359. OLE color: 996359.

HSL color Cylindrical-coordinate representation of color #07340F: hue angle of 130.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07340F is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 15 -
CMYK 0.87 0 0.71 0.80
HSL 130.67º 0.76% 0.12% -
HSV(B) 130.67º 0.87% 0.2% -
XYZ 1.4 2.54 0.87 -
YUV 34.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 7 52 15 0.87 0 0.71 0.80 130.67 0.76 0.12
Hex 7 34 F 57 0 47 50 83 4C C
Octal 7 64 17 127 0 107 120 203 114 14
Binary 111 110100 1111 1010111 0 1000111 1010000 10000011 1001100 1100

Color Harmonies of #07340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07340F

Black with #07340F

Text Example


Text Example

White with #07340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07340F; }

 p { color: rgb(7,52,15); }

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

background-color css

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

 a { background-color: rgb(7,52,15); }

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

border-color css

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

 span { border-color: rgb(7,52,15); }

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