Html Css Color HEX #073512 Deep Fir

📋 copy color: '#073512'

red 7 ◦ green 53 ◦ blue 18

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

Shades of Deep Fir #073512

Tints of Deep Fir #073512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 67.95%

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

R = 8.97%
G = 67.95%
B = 23.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#073512 (or 0x073512) is known color: Deep Fir. HEX triplet: 07, 35 and 12. RGB value is (7,53,18). Sum of RGB (Red+Green+Blue) = 7+53+18=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #073512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073512 is #F8CAED. Grayscale: #232323. Windows color (decimal): -16304878 or 1193223. OLE color: 1193223.

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

Color convert

RGB 7 53 18 -
CMYK 0.87 0 0.66 0.79
HSL 134.35º 0.77% 0.12% -
HSV(B) 134.35º 0.87% 0.21% -
XYZ 1.47 2.64 1 -
YUV 35.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 7 53 18 0.87 0 0.66 0.79 134.35 0.77 0.12
Hex 7 35 12 57 0 42 4F 86 4D C
Octal 7 65 22 127 0 102 117 206 115 14
Binary 111 110101 10010 1010111 0 1000010 1001111 10000110 1001101 1100

Color Harmonies of #073512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073512

Black with #073512

Text Example


Text Example

White with #073512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073512; }

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

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

background-color css

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

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

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

border-color css

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

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

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