Html Css Color HEX #07200E Deep Fir

📋 copy color: '#07200E'

red 7 ◦ green 32 ◦ blue 14

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

Shades of Deep Fir #07200E

Tints of Deep Fir #07200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 60.38%

 BLUE value IS 14 (5.86% from 255) = 26.42%

R = 13.21%
G = 60.38%
B = 26.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#07200E (or 0x07200E) is known color: Deep Fir. HEX triplet: 07, 20 and 0E. RGB value is (7,32,14). Sum of RGB (Red+Green+Blue) = 7+32+14=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #07200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07200E is #F8DFF1. Grayscale: #161616. Windows color (decimal): -16310258 or 925703. OLE color: 925703.

HSL color Cylindrical-coordinate representation of color #07200E: hue angle of 136.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #07200E is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 32 14 -
CMYK 0.78 0 0.56 0.87
HSL 136.8º 0.64% 0.08% -
HSV(B) 136.8º 0.78% 0.13% -
XYZ 0.68 1.11 0.59 -
YUV 22.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 7 32 14 0.78 0 0.56 0.87 136.8 0.64 0.08
Hex 7 20 E 4E 0 38 57 89 40 8
Octal 7 40 16 116 0 70 127 211 100 10
Binary 111 100000 1110 1001110 0 111000 1010111 10001001 1000000 1000

Color Harmonies of #07200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07200E

Black with #07200E

Text Example


Text Example

White with #07200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07200E; }

 p { color: rgb(7,32,14); }

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

background-color css

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

 a { background-color: rgb(7,32,14); }

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

border-color css

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

 span { border-color: rgb(7,32,14); }

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