Html Css Color HEX #073317 Deep Fir

📋 copy color: '#073317'

red 7 ◦ green 51 ◦ blue 23

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

Shades of Deep Fir #073317

Tints of Deep Fir #073317

RGB

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

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

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

R = 8.64%
G = 62.96%
B = 28.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#073317 (or 0x073317) is known color: Deep Fir. HEX triplet: 07, 33 and 17. RGB value is (7,51,23). Sum of RGB (Red+Green+Blue) = 7+51+23=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #073317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073317 is #F8CCE8. Grayscale: #222222. Windows color (decimal): -16305385 or 1520391. OLE color: 1520391.

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

Color convert

RGB 7 51 23 -
CMYK 0.86 0 0.55 0.8
HSL 141.82º 0.76% 0.11% -
HSV(B) 141.82º 0.86% 0.2% -
XYZ 1.43 2.47 1.21 -
YUV 34.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 7 51 23 0.86 0 0.55 0.8 141.82 0.76 0.11
Hex 7 33 17 56 0 37 50 8E 4C B
Octal 7 63 27 126 0 67 120 216 114 13
Binary 111 110011 10111 1010110 0 110111 1010000 10001110 1001100 1011

Color Harmonies of #073317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073317

Black with #073317

Text Example


Text Example

White with #073317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073317; }

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

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

background-color css

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

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

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

border-color css

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

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

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