Html Css Color HEX #073310 Deep Fir

📋 copy color: '#073310'

red 7 ◦ green 51 ◦ blue 16

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

Shades of Deep Fir #073310

Tints of Deep Fir #073310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 68.92%

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

R = 9.46%
G = 68.92%
B = 21.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#073310 (or 0x073310) is known color: Deep Fir. HEX triplet: 07, 33 and 10. RGB value is (7,51,16). Sum of RGB (Red+Green+Blue) = 7+51+16=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #073310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073310 is #F8CCEF. Grayscale: #212121. Windows color (decimal): -16305392 or 1061639. OLE color: 1061639.

HSL color Cylindrical-coordinate representation of color #073310: hue angle of 132.27º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073310 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 16 -
CMYK 0.86 0 0.69 0.8
HSL 132.27º 0.76% 0.11% -
HSV(B) 132.27º 0.86% 0.2% -
XYZ 1.36 2.45 0.89 -
YUV 33.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 7 51 16 0.86 0 0.69 0.8 132.27 0.76 0.11
Hex 7 33 10 56 0 45 50 84 4C B
Octal 7 63 20 126 0 105 120 204 114 13
Binary 111 110011 10000 1010110 0 1000101 1010000 10000100 1001100 1011

Color Harmonies of #073310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073310

Black with #073310

Text Example


Text Example

White with #073310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073310; }

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

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

background-color css

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

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

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

border-color css

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

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

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