Html Css Color HEX #07340D Deep Fir

📋 copy color: '#07340D'

red 7 ◦ green 52 ◦ blue 13

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

Shades of Deep Fir #07340D

Tints of Deep Fir #07340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.06%

R = 9.72%
G = 72.22%
B = 18.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#07340D (or 0x07340D) is known color: Deep Fir. HEX triplet: 07, 34 and 0D. RGB value is (7,52,13). Sum of RGB (Red+Green+Blue) = 7+52+13=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #07340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07340D is #F8CBF2. Grayscale: #222222. Windows color (decimal): -16305139 or 865287. OLE color: 865287.

HSL color Cylindrical-coordinate representation of color #07340D: hue angle of 128º 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 #07340D is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 13 -
CMYK 0.87 0 0.75 0.80
HSL 128º 0.76% 0.12% -
HSV(B) 128º 0.87% 0.2% -
XYZ 1.39 2.53 0.8 -
YUV 34.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 7 52 13 0.87 0 0.75 0.80 128 0.76 0.12
Hex 7 34 D 57 0 4B 50 80 4C C
Octal 7 64 15 127 0 113 120 200 114 14
Binary 111 110100 1101 1010111 0 1001011 1010000 10000000 1001100 1100

Color Harmonies of #07340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07340D

Black with #07340D

Text Example


Text Example

White with #07340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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