Html Css Color HEX #073410 Deep Fir

📋 copy color: '#073410'

red 7 ◦ green 52 ◦ blue 16

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

Shades of Deep Fir #073410

Tints of Deep Fir #073410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 21.33%

R = 9.33%
G = 69.33%
B = 21.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#073410 (or 0x073410) is known color: Deep Fir. HEX triplet: 07, 34 and 10. RGB value is (7,52,16). Sum of RGB (Red+Green+Blue) = 7+52+16=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #073410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073410 is #F8CBEF. Grayscale: #222222. Windows color (decimal): -16305136 or 1061895. OLE color: 1061895.

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

Color convert

RGB 7 52 16 -
CMYK 0.87 0 0.69 0.80
HSL 132º 0.76% 0.12% -
HSV(B) 132º 0.87% 0.2% -
XYZ 1.41 2.54 0.91 -
YUV 34.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 7 52 16 0.87 0 0.69 0.80 132 0.76 0.12
Hex 7 34 10 57 0 45 50 84 4C C
Octal 7 64 20 127 0 105 120 204 114 14
Binary 111 110100 10000 1010111 0 1000101 1010000 10000100 1001100 1100

Color Harmonies of #073410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073410

Black with #073410

Text Example


Text Example

White with #073410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073410; }

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

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

background-color css

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

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

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

border-color css

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

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

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