Html Css Color HEX #07220F Deep Fir

📋 copy color: '#07220F'

red 7 ◦ green 34 ◦ blue 15

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

Shades of Deep Fir #07220F

Tints of Deep Fir #07220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 60.71%

 BLUE value IS 15 (6.25% from 255) = 26.79%

R = 12.5%
G = 60.71%
B = 26.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#07220F (or 0x07220F) is known color: Deep Fir. HEX triplet: 07, 22 and 0F. RGB value is (7,34,15). Sum of RGB (Red+Green+Blue) = 7+34+15=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 34 (13.67% from 255 or 60.71% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 34 - color contains mainly: green. Hex color #07220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07220F is #F8DDF0. Grayscale: #171717. Windows color (decimal): -16309745 or 991751. OLE color: 991751.

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

Color convert

RGB 7 34 15 -
CMYK 0.79 0 0.56 0.87
HSL 137.78º 0.66% 0.08% -
HSV(B) 137.78º 0.79% 0.13% -
XYZ 0.75 1.22 0.65 -
YUV 23.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 7 34 15 0.79 0 0.56 0.87 137.78 0.66 0.08
Hex 7 22 F 4F 0 38 57 8A 42 8
Octal 7 42 17 117 0 70 127 212 102 10
Binary 111 100010 1111 1001111 0 111000 1010111 10001010 1000010 1000

Color Harmonies of #07220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07220F

Black with #07220F

Text Example


Text Example

White with #07220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07220F; }

 p { color: rgb(7,34,15); }

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

background-color css

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

 a { background-color: rgb(7,34,15); }

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

border-color css

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

 span { border-color: rgb(7,34,15); }

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