Html Css Color HEX #07320C Deep Fir

📋 copy color: '#07320C'

red 7 ◦ green 50 ◦ blue 12

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

Shades of Deep Fir #07320C

Tints of Deep Fir #07320C

RGB

 RED value IS 7 (3.13% 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 value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.80

RGB Variations

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

Color information

#07320C (or 0x07320C) is known color: 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

RGB 7 50 12 -
CMYK 0.86 0 0.76 0.80
HSL 126.98º 0.75% 0.11% -
HSV(B) 126.98º 0.86% 0.2% -
XYZ 1.29 2.35 0.73 -
YUV 32.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 7 50 12 0.86 0 0.76 0.80 126.98 0.75 0.11
Hex 7 32 C 56 0 4C 50 7F 4B B
Octal 7 62 14 126 0 114 120 177 113 13
Binary 111 110010 1100 1010110 0 1001100 1010000 1111111 1001011 1011

Color Harmonies of #07320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07320C

Black with #07320C

Text Example


Text Example

White with #07320C

Text Example


Text Example

HTML Codes & Css Web 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>