#07360F

Color #07360F Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #07360F

Tints of Deep Fir #07360F

Color information

#07360F (or 0x07360F) is unknown color: approx 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

RGB75415-
CMYK0.8700.720.79
HSL130.21º77.05%11.96%-
HSV(B)130.21º87.04%21.18%-
XYZ1.492.720.9-
YUV35.5116.43107.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal754150.8700.720.79130.2177.0511.96
Hex736F570484F824dc
Octal76617127011011720211514
Binary111110110111110101110100100010011111000001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>