Html Css Color HEX #073217 Deep Fir

📋 copy color: '#073217'

red 7 ◦ green 50 ◦ blue 23

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

Shades of Deep Fir #073217

Tints of Deep Fir #073217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 28.75%

R = 8.75%
G = 62.5%
B = 28.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#073217 (or 0x073217) is known color: Deep Fir. HEX triplet: 07, 32 and 17. RGB value is (7,50,23). Sum of RGB (Red+Green+Blue) = 7+50+23=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #073217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073217 is #F8CDE8. Grayscale: #222222. Windows color (decimal): -16305641 or 1520135. OLE color: 1520135.

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

Color convert

RGB 7 50 23 -
CMYK 0.86 0 0.54 0.80
HSL 142.33º 0.75% 0.11% -
HSV(B) 142.33º 0.86% 0.2% -
XYZ 1.38 2.39 1.2 -
YUV 34.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 7 50 23 0.86 0 0.54 0.80 142.33 0.75 0.11
Hex 7 32 17 56 0 36 50 8E 4B B
Octal 7 62 27 126 0 66 120 216 113 13
Binary 111 110010 10111 1010110 0 110110 1010000 10001110 1001011 1011

Color Harmonies of #073217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073217

Black with #073217

Text Example


Text Example

White with #073217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073217; }

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

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

background-color css

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

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

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

border-color css

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

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

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