#07320C

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

Shades of Deep Fir #07320C

Tints of Deep Fir #07320C

Color information

#07320C (or 0x07320C) is unknown color: approx Deep Fir. HEX triplet: 07, 32 and 0C. RGB value is (7,50,12). Sum of RGB (Red+Green+Blue) = 7+50+12=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #07320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07320C is #F8CDF3. Grayscale: #202020. Windows color (decimal): -16305652 or 799239. OLE color: 799239.

HSL color Cylindrical-coordinate representation of color #07320C: hue angle of 126.98º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07320C is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB75012-
CMYK0.8600.760.80
HSL126.98º75.44%11.18%-
HSV(B)126.98º86%19.61%-
XYZ1.292.350.73-
YUV32.81116.25109.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 50 (19.92% from 255) = 72.46%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=10.14%
G=72.46%
B=17.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal750120.8600.760.80126.9875.4411.18
Hex732C5604C507f4bb
Octal76214126011412017711313
Binary11111001011001010110010011001010000111111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07320C; }

 p { color: rgb(7,50,12); }

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

<style>
 a { background-color: #07320C; }

 a { background-color: rgb(7,50,12); }

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

<style>
 span { border-color: #07320C; }

 span { border-color: rgb(7,50,12); }

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