Html Css Color HEX #073612 Deep Fir

📋 copy color: '#073612'

red 7 ◦ green 54 ◦ blue 18

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

Shades of Deep Fir #073612

Tints of Deep Fir #073612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.78%

R = 8.86%
G = 68.35%
B = 22.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#073612 (or 0x073612) is known color: Deep Fir. HEX triplet: 07, 36 and 12. RGB value is (7,54,18). Sum of RGB (Red+Green+Blue) = 7+54+18=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 54 (21.48% from 255 or 68.35% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 54 - color contains mainly: green. Hex color #073612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073612 is #F8C9ED. Grayscale: #232323. Windows color (decimal): -16304622 or 1193479. OLE color: 1193479.

HSL color Cylindrical-coordinate representation of color #073612: hue angle of 134.04º 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 #073612 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 54 18 -
CMYK 0.87 0 0.67 0.79
HSL 134.04º 0.77% 0.12% -
HSV(B) 134.04º 0.87% 0.21% -
XYZ 1.52 2.73 1.02 -
YUV 35.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 7 54 18 0.87 0 0.67 0.79 134.04 0.77 0.12
Hex 7 36 12 57 0 43 4F 86 4D C
Octal 7 66 22 127 0 103 117 206 115 14
Binary 111 110110 10010 1010111 0 1000011 1001111 10000110 1001101 1100

Color Harmonies of #073612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073612

Black with #073612

Text Example


Text Example

White with #073612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073612; }

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

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

background-color css

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

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

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

border-color css

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

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

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