Html Css Color HEX #073618 Deep Fir

📋 copy color: '#073618'

red 7 ◦ green 54 ◦ blue 24

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

Shades of Deep Fir #073618

Tints of Deep Fir #073618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 63.53%

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

R = 8.24%
G = 63.53%
B = 28.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#073618 (or 0x073618) is known color: Deep Fir. HEX triplet: 07, 36 and 18. RGB value is (7,54,24). Sum of RGB (Red+Green+Blue) = 7+54+24=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 54 (21.48% from 255 or 63.53% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 54 - color contains mainly: green. Hex color #073618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073618 is #F8C9E7. Grayscale: #242424. Windows color (decimal): -16304616 or 1586695. OLE color: 1586695.

HSL color Cylindrical-coordinate representation of color #073618: hue angle of 141.7º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073618 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 54 24 -
CMYK 0.87 0 0.56 0.79
HSL 141.7º 0.77% 0.12% -
HSV(B) 141.7º 0.87% 0.21% -
XYZ 1.57 2.75 1.31 -
YUV 36.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 7 54 24 0.87 0 0.56 0.79 141.7 0.77 0.12
Hex 7 36 18 57 0 38 4F 8E 4D C
Octal 7 66 30 127 0 70 117 216 115 14
Binary 111 110110 11000 1010111 0 111000 1001111 10001110 1001101 1100

Color Harmonies of #073618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073618

Black with #073618

Text Example


Text Example

White with #073618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073618; }

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

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

background-color css

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

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

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

border-color css

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

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

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