Html Css Color HEX #07360F Deep Fir

📋 copy color: '#07360F'

red 7 ◦ green 54 ◦ blue 15

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

Shades of Deep Fir #07360F

Tints of Deep Fir #07360F

RGB

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

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

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

R = 9.21%
G = 71.05%
B = 19.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#07360F (or 0x07360F) is known color: Deep Fir. HEX triplet: 07, 36 and 0F. RGB value is (7,54,15). Sum of RGB (Red+Green+Blue) = 7+54+15=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #07360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07360F is #F8C9F0. Grayscale: #232323. Windows color (decimal): -16304625 or 996871. OLE color: 996871.

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

Color convert

RGB 7 54 15 -
CMYK 0.87 0 0.72 0.79
HSL 130.21º 0.77% 0.12% -
HSV(B) 130.21º 0.87% 0.21% -
XYZ 1.49 2.72 0.9 -
YUV 35.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 7 54 15 0.87 0 0.72 0.79 130.21 0.77 0.12
Hex 7 36 F 57 0 48 4F 82 4D C
Octal 7 66 17 127 0 110 117 202 115 14
Binary 111 110110 1111 1010111 0 1001000 1001111 10000010 1001101 1100

Color Harmonies of #07360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07360F

Black with #07360F

Text Example


Text Example

White with #07360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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