Html Css Color HEX #073318 Deep Fir

📋 copy color: '#073318'

red 7 ◦ green 51 ◦ blue 24

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

Shades of Deep Fir #073318

Tints of Deep Fir #073318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 29.27%

R = 8.54%
G = 62.2%
B = 29.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#073318 (or 0x073318) is known color: Deep Fir. HEX triplet: 07, 33 and 18. RGB value is (7,51,24). Sum of RGB (Red+Green+Blue) = 7+51+24=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #073318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073318 is #F8CCE7. Grayscale: #222222. Windows color (decimal): -16305384 or 1585927. OLE color: 1585927.

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

Color convert

RGB 7 51 24 -
CMYK 0.86 0 0.53 0.8
HSL 143.18º 0.76% 0.11% -
HSV(B) 143.18º 0.86% 0.2% -
XYZ 1.44 2.48 1.27 -
YUV 34.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 7 51 24 0.86 0 0.53 0.8 143.18 0.76 0.11
Hex 7 33 18 56 0 35 50 8F 4C B
Octal 7 63 30 126 0 65 120 217 114 13
Binary 111 110011 11000 1010110 0 110101 1010000 10001111 1001100 1011

Color Harmonies of #073318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073318

Black with #073318

Text Example


Text Example

White with #073318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073318; }

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

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

background-color css

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

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

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

border-color css

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

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

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