#07360E

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

Shades of Deep Fir #07360E

Tints of Deep Fir #07360E

Color information

#07360E (or 0x07360E) is unknown color: approx Deep Fir. HEX triplet: 07, 36 and 0E. RGB value is (7,54,14). Sum of RGB (Red+Green+Blue) = 7+54+14=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 54 (21.48% from 255 or 72% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 54 - color contains mainly: green. Hex color #07360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07360E is #F8C9F1. Grayscale: #232323. Windows color (decimal): -16304626 or 931335. OLE color: 931335.

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

Color convert

RGB75414-
CMYK0.8700.740.79
HSL128.94º77.05%11.96%-
HSV(B)128.94º87.04%21.18%-
XYZ1.492.720.86-
YUV35.39115.93107.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 54 (21.48% from 255) = 72%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=9.33%
G=72%
B=18.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal754140.8700.740.79128.9477.0511.96
Hex736E5704A4F814dc
Octal76616127011211720111514
Binary111110110111010101110100101010011111000000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07360E;
 }
 .AnyTagClassName
 {
   color: #07360E;
 }
</style>
background-color css

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

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

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

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

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

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