Html Css Color HEX #073211 Deep Fir

📋 copy color: '#073211'

red 7 ◦ green 50 ◦ blue 17

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

Shades of Deep Fir #073211

Tints of Deep Fir #073211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 67.57%

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

R = 9.46%
G = 67.57%
B = 22.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#073211 (or 0x073211) is known color: Deep Fir. HEX triplet: 07, 32 and 11. RGB value is (7,50,17). Sum of RGB (Red+Green+Blue) = 7+50+17=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #073211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073211 is #F8CDEE. Grayscale: #212121. Windows color (decimal): -16305647 or 1126919. OLE color: 1126919.

HSL color Cylindrical-coordinate representation of color #073211: hue angle of 133.95º degrees, saturation: 0.75, 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 #073211 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 50 17 -
CMYK 0.86 0 0.66 0.80
HSL 133.95º 0.75% 0.11% -
HSV(B) 133.95º 0.86% 0.2% -
XYZ 1.33 2.37 0.92 -
YUV 33.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 7 50 17 0.86 0 0.66 0.80 133.95 0.75 0.11
Hex 7 32 11 56 0 42 50 86 4B B
Octal 7 62 21 126 0 102 120 206 113 13
Binary 111 110010 10001 1010110 0 1000010 1010000 10000110 1001011 1011

Color Harmonies of #073211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073211

Black with #073211

Text Example


Text Example

White with #073211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073211; }

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

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

background-color css

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

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

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

border-color css

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

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

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