Html Css Color HEX #073311 Deep Fir

📋 copy color: '#073311'

red 7 ◦ green 51 ◦ blue 17

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

Shades of Deep Fir #073311

Tints of Deep Fir #073311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 22.67%

R = 9.33%
G = 68%
B = 22.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#073311 (or 0x073311) is known color: Deep Fir. HEX triplet: 07, 33 and 11. RGB value is (7,51,17). Sum of RGB (Red+Green+Blue) = 7+51+17=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #073311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073311 is #F8CCEE. Grayscale: #222222. Windows color (decimal): -16305391 or 1127175. OLE color: 1127175.

HSL color Cylindrical-coordinate representation of color #073311: hue angle of 133.64º 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 #073311 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 17 -
CMYK 0.86 0 0.67 0.8
HSL 133.64º 0.76% 0.11% -
HSV(B) 133.64º 0.86% 0.2% -
XYZ 1.37 2.45 0.93 -
YUV 33.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 7 51 17 0.86 0 0.67 0.8 133.64 0.76 0.11
Hex 7 33 11 56 0 43 50 86 4C B
Octal 7 63 21 126 0 103 120 206 114 13
Binary 111 110011 10001 1010110 0 1000011 1010000 10000110 1001100 1011

Color Harmonies of #073311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073311

Black with #073311

Text Example


Text Example

White with #073311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073311; }

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

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

background-color css

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

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

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

border-color css

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

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

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